> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Jeremy Olmen > Sent: Thursday, December 04, 2003 12:20 PM > To: [EMAIL PROTECTED] > Subject: [Qmail-scanner-general]Q-S not running message through > Spamassassin > > > I'm running Q-S 1.20 with Net-Qmail 1.04 (installed using > LWQ). When I send > a message to this machine it is received by qmail, run > through Q-S, but > isn't checked by spamassassin (the message isn't altered in > any way, and > there aren't any logs in the maillog from spamc/spamd). I can > cat a message > to spamc and it communicates with spamd (and all the correct > logs show up in > the maillog), so I know spamassassin is working correctly. > The Q-S configure > script found fast_spamassassin, but I changed it to use > verbose_spamassassin > (I don't process that much mail and I like the tags > spamassassin adds). > Using either one, Q-S still doesn't consult with spamc/spamd > before sending > the message on it's way. The debug output of Q-S into > qmail-queue.log is > below. Note the scanloop logs (I'm not sure how they're > supposed to look, > but they don't look like an error is occurring). Spamd/spamc > is in it's > usual place at least on my FreeBSD systems: > (/usr/local/bin/). Any thoughts? > Thank you.
I had the same problem on my RH 7.3 system, and couldn't figure out what was wrong. It looked like the SA results were discarded by QS in some cases (spamd DID get some msgs, but results were not delivered!), and the original message was delivered. Both QS and SA seemed to be working fine otherwise. My workaround was to simply change the QMAILQUEUE= program listed in /etc/tcp.smtp (and some other places) from QS to a BASH script that first sends the inbound msg to spamc then pipes it out to the QS program for delivery: #!/bin/bash /usr/local/bin/spamc -f | /var/qmail/bin/qmail-scanner-queue.pl This isn't exactly the way it's supposed to be, but it works perfectly for me. I am testing various configurations myself, and will hopefully correct this situation sometime in the future. There is probably a Perl version issue or something similar causing this which will not occur on a different platform/configuration. Ken ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general