At 1:20 -0700 13-05-2004, Stand H wrote:
Dear all,

I just setup qmail-scanner. I'm curious why my message
doesn't get through spamassassin when I send the
message from another machine via smtp(no spassassin
header added to the message), but if I inject the mail
locally(something like #echo to: [EMAIL PROTECTED] |
/var/qmail/bin/qmail-inject) I got "X-Spam-Status: No,
hits=0.3 required=5.0" in the message header.

When I install qmail-scanner I ran:

./configure --spooldir /var/spool/qmailscan --qmaildir
/var/qmail --bindir /var/qmail/bin
--qmail-queue-binary /var/qmail/bin/qmail-queue
--admin postmaster --domain test.com --notify
sender,admin,recips --local-domains test.com
--silent-viruses auto --lang fr_FR --debug 1 --unzip 1
--add-dscr-hdrs 1 --archive 0 --redundant no
--log-details yes --log-crypto 0 --fix-mime 1
--scanners "fast_spamassassin" --install 1

my /etc/tcp.rule

127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
192.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"


This is in the FAQs...


If you want that spamassassin scans the mails from your RELAYCLIENT, you must define the variable QS_SPAMASSASSIN=""

192.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl", QS_SPAMASSASSIN=""

ST


------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to