vwf wrote: > Hello, > > I'm a newby on amavis. I run amavis to block virus-email. It seems to > work fine: no virusses came through so far, and no email got lost (I > think). > > The problem is that my quarantine directory is filling up, and I don't > know how to clean it. When I cleared /var/lib/amavis/tmp/, amavis > stopped working. > > How do I safely remove old quarantine files (e.g. >30 days)? > > I run amavisd-new 2.4.2-6.1 on Debian Etch. > > Thanks
It is safe to remove the old temporary and quarantine files - amavis will not be using them. find /var/lib/amavis/tmp/ -type f -mtime +30 -print | xargs /bin/rm -f MrC ------------------------------------------------------------------------- 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/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/