I've upgraded SME to version 8.1 from 7.6 and got that running really well, no problems or hiccups and everything is running as if nothing has changed.
I'm currently trying to get Spam Assassin to add the X-Spam headers onto e-mails - and before anybody jumps and points me to the Wiki, I've followed those instructions already.
To all intent and purposes, everything is configured correctly. I've added in some custom templates for the local.cf file for SA. I've followed the instructions for the spam level in headers from the wiki and I've configured the tag level to be both zero and -999. I've disabled DNSBL because the server is sat behind a firewall. E-mail is retrieved via multi-drop and has a sort method of 'Deliver-To:' (to remove the envelope error). The server does have dungog installed and global email delivery set to maildrop.
Nothing works, I don't get any X-Spam headers at all. I do have a ClamAV header.
My local.cf outputs as follows:
dns_available yes
internal_networks *.*.*.*
lock_method flock
ok_locales all
bayes_path /var/spool/spamd/.spamassassin/bayes
bayes_file_mode 750
report_safe 0
required_score -999
rewrite_header Subject [SPAM]: _SCORE_
skip_rbl_checks 0
clear_trusted_networks
trusted_networks *.*.*.*
use_bayes 0
use_razor2 1
#use_dcc 1
use_pyzor 1
bayes_auto_learn 1
#add_header all DCC _DCCB_: _DCCR_
add_header all Pyzor _PYZOR_
add_header all RBL _RBL_
add_header all Report _REPORT_
whitelist_from *informit.com
whitelist_from *gfi.com
Any suggestions?
Pete