amavis issues
Hi,
I've noticed that Amavis can create too many files in /var/lib/amavis/tmp and /var/lib/amavis/virusmails ....
If this is the case you'll see messages like :
Apr 8 13:24:05 youserver /usr/sbin/amavisd-new[5539]: (05539-01) TROUBLE in process_request: Can't create directory /var/lib/amavis/tmp/amavis-20080408T132405-05539: Too many links at /usr/sbin/amavisd-new line 4032, line 4.
This indicates (no surprise) that you've got a directory with too many entries in it (or you've run out of inodes (unlikely)).
The solution is easy enough...
find /var/lib/amavis/tmp -type f -name '*spamassassin*' -print | xargs rm -Rf
find /var/lib/amavis/virusmails -type f '*.gz' | xargs rm -Rf
(Or change your config files to not store the quarantined files)
(I have a feeling the tmp/.spamassassin* files are erronous, and should be cleaned up by SpamAssassin)
Recent comments
5 days 2 hours ago
5 days 4 hours ago
5 days 14 hours ago
1 week 3 days ago
1 week 3 days ago
1 week 5 days ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 2 days ago
2 weeks 2 days ago