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.