/opt/zimbra/amavisd/quarantine doesn't exisit...The message has been quarantined as: virus-2ULCCD9ThvH2
If nothing is being quarantined why would it say it in the email?
Thanks.
/opt/zimbra/amavisd/quarantine doesn't exisit...The message has been quarantined as: virus-2ULCCD9ThvH2
If nothing is being quarantined why would it say it in the email?
Thanks.
/opt/zimbra/data/amavisd/quarantine
...was correct! Found it.
It's ok to delete all these, correct?
Is there any 'zimbra' way of doing it?
Or can I just do an ol' cli rm-rf...?
Thanks!
I really don't know the correct way, but I have deleted these files without a problem. I have not deleted the directory however, I run something more like this:
rm /opt/zimbra/data/amavisd/quarantine/*
There's a cron job that clears these out by default:
Code:# Clean up the quarantine dir # 0 1 * * * find /opt/zimbra/data/amavisd/quarantine -type f -mtime +7 -exec rm -f {} \; > /dev/null 2>&1
There are currently 1 users browsing this thread. (0 members and 1 guests)