On Fri, 2003-12-05 at 04:05, M-Fred wrote: > so logging seems to work but the mrtg graph only shows: > > Virus flow - correctly > Email flow - only Internal (external is 0 ) > Spam flow - nothing both graphs are 0 > > What I found in the logfile is that there is only the > localhost ip mentioned at qmail-scanner log: RC:1:(127.0.0.1) > Is this normal or is there anything misconfigured. ? >
You are obviously running some non-standard configuration whereby all mail is submitted into Q-S via localhost? As such SpamAssassin is NEVER going to be called - that's why you see 0! Read the documentation: it states that only non-relayable (as defined by RELAYCLIENT) email is scanned by default. As your email is from localhost (which may very well be some pipe instead of a SMTP connection to 127.0.0.1 - I don't know - it's your system ;-), then it's never going to even call SA. There are ways around it - see the documentation for details Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1 ------------------------------------------------------- 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
