|
Hello,
I have a VPS with plesk 9.0.1 and centos 4.7 with following setup qmail-scanner-2.06-1.el4.art clamd-0.95.2-1.el4.art spamassassin-3.2.5-1.el4.art
My qmail-scanner does not call spamassassin to check the email. This is causing massive spam to reach the mailboxes. I checked the qmail-scanner log and it doesn't log any information regarding spamassassin though I have enabled the following in qmail-scanner.ini SA_ALT="yes" SA_DEBUG="yes" SA_REPORT="yes"
I also checked the /var/qmail/bin/qmail-scanner-queue.pl It has the following lines which suggest it is not considering spamassassin. my @scanners_installed=("clamdscan_scanner","perlscan_scanner");
my @scanners_default=("clamdscan_scanner","perlscan_scanner");
Could somebody suggest what can be done to force spamassassin scan messages.
|