Thanks
for your help. I think it's working now. However, that being said, I
changed the qmail-scanner-queue.pl to remove the -c and then modified my
tcp.smtp to be this:
127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QS_SPAMASSASSIN="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QS_SPAMASSASSIN="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
It
used to read:
127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
Should
it be like this?
127.:allow,RELAYCLIENT="",QS_SPAMASSASSIN="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
10.:allow,RELAYCLIENT="",QS_SPAMASSASSIN="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,RELAYCLIENT="",QS_SPAMASSASSIN="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,RELAYCLIENT="",QS_SPAMASSASSIN="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
-----Original Message-----
From: Vee Persaud [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 2:18 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [SAtalk] Problem with Qmail-Scanner & SA/etc/tcp.smtp file :
...
10.10.10.10:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
...
Add QS_SPAMASSASSIN=""
Also, make sure that spamd runs without the -c option.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of kittonian
Sent: Tuesday, December 09, 2003 1:04 PM
To: [EMAIL PROTECTED]
Subject: [SAtalk] Problem with Qmail-Scanner & SAI am running Debian Linux and have Qmail, VPopMail, and Qmail-Scanner in place. I have installed 2.61 SA and it runs perfectly from the command line using the spamassassin -t < sample-spam.txt > spam.out test that the INSTALL doc talks about. I have compiled qmail-scanner with both Clam-AV and Spamassassin and it installs just fine (with the fast_spamassassin option).The problem here is that no messages are being marked. I look at the log files and I don't even see a call to SA. I used the testinstallation.sh script from the contrib dir of qmail-scanner which sends out messages to test the components in use and everything works except SA. The message it sends to test SA comes through with no markup (tags) at all.I have been looking at docs and trying to figure this out for two days now and thought that I might as well post here cause I'm out of other options. Can anyone assist with this?kittonian