By default Zimbra automatically discards inbound mail that receives a high spam score (aka "super spam"). Although the score is configurable up to 100, this default could cause false positive email to disappear and make troubleshooting spam scoring difficult.
Change the default behavior using these commands:
su - zimbrazmprov mcf zimbraAmavisFinalSpamDestiny D_PASS zmprov ms <mta server> zimbraAmavisFinalSpamDestiny D_PASS
zmcontrol restart
Choose from these values:
D_PASS -> Deliver all spam regardless of score
D_BOUNCE -> Generate a bounce message
D_REJECT -> Reject the message
D_DISCARD -> Silently discard the message (default)
Related Articles
Safeguarding Your Digital Life
This is an outline of a presentation I delivered called "Safeguarding Your Digital Life." It summarizes best practices to follow for keeping your online identi...
Setting Up SPF on Zimbra Runni...
SPF is awesome for stopping delivery of spoofed spam and junk back-scatter, but many of the articles on how to set up SPF in Zimbra are old and out-of-date. It...
Linux - Specify From Address W...
I struggled a bit with figuring out how to specify the from email address when sending mail on the Linux command line. In short, you need to use the -r option....
Combine Image File and Audio F...
I wanted to figure out a way to quickly and easily combine an image file (jpg) and audio file (mp3) into a video file (mov) using the free media converter tool ...