aarondwyer
Jul 13 2007, 07:45 PM
Hi
I've just gone through the tutorial again, since for some reason my exim went back to defaults and I didn't have a copy of the fully modified files I had done earlier.
Now my Spam assassin isn't appearing to be working.
I send the test line
XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X
and it doesn't trigger anything in the logs and let's it straight through.
Where should I check to see if Spam Assassin is running.?
I couldn't get the sa-update to work do to dostech.net not being accessible, but I copied te SARE files from another server.
I hope they aren't affecting the running of Spam Assassin?
Can I run something to check they are ok.?
Thanks
Aaron
pairote
Jul 13 2007, 09:40 PM
There is backup in /backup/cpbackup/files/ if you configure WHM backup. Is there any 'spam = mailnull:true/defer_ok' on your EXIM configuration file? Check the tutorial again
http://www.rvskin.com/index.php?page=public/antispam#5.
aarondwyer
Jul 14 2007, 12:54 PM
Hi Pairote
The issue has been found. In your install that you did for me it differs from the tutorial.
You had this bit of code below in it and the /etc/eximSpamDeny.pl file, which I didn't have on the new install.
# If emails get high score coming into the server from the same host address
# more than 3 times within Last 60 seconds. Sender's server will be blocked for 1 hours
condition = ${run{/etc/eximSpamDeny.pl $sender_host_address $spam_score_int $sender_address }{yes}{yes}}
condition = ${if >{$spam_score_int}{150}{1}{0}}
I've copied the file and spamassassin is now working again.
Thanks
Aaron