Dan wrote: > Amavis starts up fine, finds the required > Perl modules, identifies clamav (does it matter that it's identified as > a secondary av scanner?).
It may report it only as a secondary if you have not installed clamd (the daemonized clamav scanner), or you have not uncommented the ClamAV-clamd section in the av_scanners section. Once you do, watch carefully for errors. > Now for the problem - when I restart Postfix I see mail being sent in > and out, but nothing appears in maillog about messages ever getting > passed through Amavis to clamav or SpamAssassin. At $log_level = 0; amavisd-new will not log very much info. Raise $log_level in amavisd.conf. Try it at 2 and see what you get. On some systems it may also be necessary to set (change): $DO_SYSLOG = 1; $SYSLOG_LEVEL = 'mail.info'; To see what SpamAssassin is doing, you can stop amavisd-new, then start it up with the 'debug-sa' argument. Gary V ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
