Releasing quarantined emails in Zimbra
January 8th, 2009 Posted in Linux, Mail server
The antivirus/antispam features in Zimbra have the ability to quarantine emails that match their criteria. We can access the quarantined emails directly in the /opt/zimbra/amavisd/quarantine folder of the file system. Amavisd saves the entire email, not just the attachment.
Manually copying the file and deliver it to recipient is not that easy.
Thank’s a lot to duranggo99 for creating a php script that work with quarantined email in a web interface. Using this script, we can have a view of the quarantined emails in a table, download a specific quarantined email and release it to the recipient.
Here is the complete article from duranggo99 about the php script.