Anti-spam Strategies in Zimbra
For ZCS 8.0, SpamAssassin scans for all *.cf files in /opt/zimbra/conf/sa
and loads them in alphabetical order. If you create a sauser.cf file, it will
be loaded after salocal.cf is loaded. This is the supported method for doing
customizations of SpamAssassin for ZCS 8. Note that only the sauser.cf file will
be migrated when upgrading to later releases.
Check if all values are set to true or not:
$ zmlocalconfig antispam_enable_rule_updates
antispam_enable_rule_updates = false
$ zmlocalconfig antispam_enable_restarts
antispam_enable_restarts = false
set the value to true:
$ zmlocalconfig -e antispam_enable_rule_updates=true
$ zmlocalconfig -e antispam_enable_restarts=true
$ zmamavisdctl restart
$ zmmtactl restart
and loads them in alphabetical order. If you create a sauser.cf file, it will
be loaded after salocal.cf is loaded. This is the supported method for doing
customizations of SpamAssassin for ZCS 8. Note that only the sauser.cf file will
be migrated when upgrading to later releases.
Check if all values are set to true or not:
$ zmlocalconfig antispam_enable_rule_updates
antispam_enable_rule_updates = false
$ zmlocalconfig antispam_enable_restarts
antispam_enable_restarts = false
set the value to true:
$ zmlocalconfig -e antispam_enable_rule_updates=true
$ zmlocalconfig -e antispam_enable_restarts=true
$ zmamavisdctl restart
$ zmmtactl restart
Comments
Post a Comment