Hello All,
I have done an install of SA version 3.1.7 on SUSE 10.2. A couple of remote
mail servers will be connecting to server via port 783 - so far all works
good from the SA end.
I also installed RAZOR and DCC but I cant get SA to use Razor and DCC when
SA is running as a service, obviously I must have missed something in the
installation readme but for the life of me I cant figure out what I missed.
RAZOR and DCC will scan and be invoked if I manually run SA using for
example echo "test" | spamassassin -D
But when spamd service is running I dont see razor and dcc invoked (I base
this on the logs).
For DCC I have the following in v310.pre:
# 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
# Razor2 - perform Razor2 message checks.
#
loadplugin Mail::SpamAssassin::Plugin::Razor2
In local.cf I have
# Enable or disable network checks
skip_rbl_checks 1
use_razor2 1
use_dcc 1
use_pyzor 0
# Default Razor settings, hardcoded
loadplugin Mail::SpamAssassin::Plugin::Razor2
razor_config /razor/razor-agent.conf
loadplugin Mail::SpamAssassin::Plugin::DCC
dcc_path /usr/local/bin/dccproc
Any help would be greatly appreciated!
Thanks much,
William