View Single Post
  #5 (permalink)  
Old 04-26-2006, 04:53 AM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default

su - zimbra
crontab -l

This should have a bunch of entries. Including one like:

Code:
# Clean up the quarantine dir
#
0 1 * * * find /opt/zimbra/amavisd/quarantine -type f -mtime +7 -exec rm -f {} \; > /dev/null 2>&1
#
If you want to clean it manually just remove the files from the /opt/zimbra/amavisd/quarantine directory.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote