> Setup: > Postfix 2.2.10 > Amavisd-new 2.3.3 > Spamassassin 3.1.0a > > I have Postfix and Amavis configured and working correctly. > Mail is received by Postfix and sent through Amavis, and is > sent back to Postfix, and arrives in the user's mailbox. I > have spamassassin installed and the rulesets installed. > > Using spamassassin from the command line generates output like: > > X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on > mail.warbelows.com > X-Spam-Level: **** > X-Spam-Status: No, score=4.2 required=5.0 tests=MISSING_HB_SEP, > > MISSING_HEADERS,MISSING_SUBJECT,NO_RECEIVED,NO_RELAYS,TO_CC_NONE > autolearn=no version=3.1.0 > > And in my Amavis config file, I have: > > $sa_tag_level_deflt = -999 > > But I don't see any headers added to the messages. I used > http://wiki.apache.org/spamassassin/IntegratedInPostfixWithAma > vis to help me with my setup. Can someone point me to > something I might be missing? > > The FAQ here: http://www.ijs.si/software/amavisd/ says a > possible reason for this would be @local_domains_acl not > correctly set, but the config file I have does not have that > option, nor does the amavisd.conf-sample. I do have this > line: @local_domains_maps = ( [".warbelows.com", > 'mail.warbelows.com'] ); > > BTW, something else that was not clear from documentation: if > I am using Amavis, do I need to run the spamd, or does amavis > use the SA perl code directly as a module?
Have you verified that spamassassin is actually being called for the mail in question? amavis does not use spamd; you do not need to run it. It loads the Mail::SpamAssassin modules upon startup. MrC ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
