Quote:
|
Originally Posted by inigoml
So open your spamassassin config at
/opt/zimbra/conf/spamassassin/local.cf and add this rules at the end (customize it at your own):
----
ok_languages en es
ok_locales en es
trusted_networks 127. 10.70. 192.168.
use_bayes 1
skip_rbl_checks 0
use_razor2 1
#use_dcc 1 <<< WORK IN PROGRESS
use_pyzor 1
dns_available yes
|
Nice post, I'd like to contribute.
At least with Zimbra Version 4.xx, you should also edit
/opt/zimbra/conf/spamassassin/v310.pre
to uncomment the loadplugin config in this way
Code:
# Razor2 - perform Razor2 message checks.
#
# Razor2 is disabled here because it is not available for unlimited free
# use. It is currently free for personal use, subject to capacity
# constraints. See the Cloudmark SpamNet Service Policy for more details.
#
loadplugin Mail::SpamAssassin::Plugin::Razor2
I've the same setup, including DCC e RulesdoJour
I think you increased a lot your spam score values, do you have false positive?
We too have an amavis setup to pass spam with
$final_spam_destiny = D_PASS
To setup DCC:
Download dcc from
DCC Site
I compile on different system to build an rpm to install in production environment.
Use the attached spec file (rename it to .spec) to build an rpm with the command:
rpmbuild -ba /usr/src/redhat/SPECS/dcc.spec
install it on the production server:
rpm -ivh dcc-x.y.z.rpm
Change /etc/dcc/dcc_conf to read:
DCCUID=zimbra
DCCD_ENABLE=off
Change /opt/zimbra/conf/spamassassin/v310.pre to enable the DCC plugin:
Code:
# DCC - perform DCC message checks.
#
# DCC is disabled here because it is not open source. See the DCC
# license for more details.
#
loadplugin Mail::SpamAssassin::Plugin::DCC
Have fun.
I use sqlgrey as greylist server, so I don't need another one. As to me the standard value DCC == 2.5 Spamassassin point is ok, so I do not change it.
With SA 3.xx you do not need to use enable_dcc il local.cf. That's the same for razor2 indeed...
I think we should prepare a script to save and restore this config changes upon zimbra updates...
Ciao