On 7/11/2013 4:22 PM, Dejan Doder wrote:
http://wiki.centos.org/HowTos/Amavisd
When I send spam test I see in log CLEAN?!?
Do not need spake daemon means I have to stop daemon?

The CLEAN message in the log is coming from the ClamAV virus scanner. A spam test would be expected to show as clean since it doesn't include a virus. If you send a test message containing the EICAR virus test string, you should see INFECTED instead.

Depending on your settings, your spam test would be either delivered, sorted to a spam folder, or bounced back. If it is delivered, you can look in the headers to see if it was processed by Amavis.

If you are using amavis for spam processing, then it will call the SpamAssassin module directly. If you have spamd processes running, you should stop them. This is specified (vaguely) in the wiki when it lists the services:

   # chkconfig --list | grep "amavisd\|clamd\|spamassassin"
   amavisd         0:off   1:off   2:on    3:on    4:on    5:on 6:off
   clamd           0:off   1:off   2:on    3:on    4:on    5:on 6:off
   spamassassin    0:off   1:off   2:off   3:off   4:off   5:off 6:off


You will notice that "spamassassin" is off in all runlevels.

--
Bowie


Reply via email to