Wednesday, July 13, 2011

zimbra: pushing banned contents in email

got BANNED CONTENTS ALERT from zimbra's content checker after receiving an .exe file in email. it is a great email security feature that blocks unwanted contents, but what if you are expecting the banned content?

you can push the email manually from the shell!

1. take note of the internal reference code of your email (highlighted below):


your blocked email should be /opt/zimbra/data/amavisd/quarantine/banned-<reference code>

2. manually push it by issuing:
$ /opt/zimbra/bin/zmlmtpinject -s <source email> /opt/zimbra/data/amavisd/quarantine/banned-<reference code> -r <recipient email>

then wait for it in your inbox ;)

source: http://blog.jeshurun.ca/technology/zimbra-recovering-blocked-emails-and-attachments
credits: Zimbra user forums users ewilen and rsharpe

1 comment:

  1. Is there a way to whitelist the file extension so that it could bypass the content filter daemon.??

    ReplyDelete

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...