Configure Zimbra to never discard spam messages

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
rquinn
Posts: 1
Joined: Thu Sep 04, 2014 4:24 pm

Configure Zimbra to never discard spam messages

Post by rquinn »

How do I get Zimbra to send high scoring spam to the Junk folder instead of to /dev/null?

My kill percent is 100, and my tag percent is 30.
Zimbra Version: 8.0.6_GA_5922.NETWORK
Whyzack
Posts: 36
Joined: Sat Sep 13, 2014 3:24 am

Configure Zimbra to never discard spam messages

Post by Whyzack »

I think you can



Edit /opt/zimbra/conf/amavisd.conf.in and comment the following lines:



$sa_kill_level_deflt = %%range VAR:zimbraSpamKillPercent 0 20%%; # triggers spam evasive actions

$sa_dsn_cutoff_level = %%range VAR:zimbraSpamKillPercent 0 20%%; # spam level beyond which a DSN is not sent

$sa_quarantine_cutoff_level = %%range VAR:zimbraSpamKillPercent 0 20%%; # spam level beyond which quarantine is off
User avatar
quanah
Zimbra Alumni
Zimbra Alumni
Posts: 1668
Joined: Fri Sep 12, 2014 10:33 pm
Contact:

Configure Zimbra to never discard spam messages

Post by quanah »

If your release is new enough, modify zimbraAmavisFinalSpamDestiny to be "D_PASS"

If that variable doesn't exist for you (Try running zmprov desc -a zimbraAmavisFinalSpamDestiny to see if it exists), you can hack amavsid.conf.in.  Find the line with: $final_spam_destiny and set it to be D_PASS
--
Quanah Gibson-Mount
Product Architect, Symas http://www.symas.com/
OpenLDAP Core team http://www.openldap.org/project/
Post Reply