This is a discussion on Re: [AMaViS-user] Temp directory is filling up... within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; > -----Original Message----- > From: amavis-user-bounces@lists.sourceforge.net [mailto:amavis-user- > bounces@lists.sourceforge.net] On ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> -----Original Message----- > From: amavis-user-bounces@lists.sourceforge.net [mailto:amavis-user- > bounces@lists.sourceforge.net] On Behalf Of Ken Morley > Sent: Wednesday, May 02, 2007 2:18 PM > To: amavis-user@lists.sourceforge.net > Subject: [AMaViS-user] Temp directory is filling up... > > I'm using Amavisd 2.4.5 on CentOS 4.2 (Fedora) and I have noticed that > the /var/amavisd/tmp directory keeps filling up. Once it gets to 32,000 > entries, Amavisd stops processing inbound mail. > > Each entry is a subdirectory like amavis-20070501T115239-02146 and > contains an email.txt file and a subdirectory named parts. > > Any ideas why are these accumulating permanently on my system? > > Thanks! There is a lot of info on this in the mailinglist archive (use google). Or you can use the following cronjob (replace with /var/spool/amavis /var/amavisd): * */2 * * * /bin/bash -c "(find /var/spool/amavis -type d -name 'amavis-*' -prune -mmin +120 -exec rm -rf {} \;)" Regards, Leon Kolchinsky ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |