OK! I figured it out. Here's what the
tcp.smtp should look like to still catch all the SPAM but also have the system
setup with smtp-auth so that everyone no matter what has to authenticate prior
to relaying.
127.:allow,RELAYCLIENT="",QS_SPAMASSASSIN="",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"
Thanks
so much for all of your help! Now I just need to enhance SA so that I have
full protection going on.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vee Persaud
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