On 7/27/2009 7:38 PM, Carl A jeptha wrote:
When setting up Postfix with Amavis, ClamAV and spamassassin, should one
see spamassassin working (I am using a Ubuntu server)

Yes, you should. One config item I'm still troubled by is: @local_domains_maps If the domain you're receiving mail at isn't listed in that list, SA doesn't do all the things you expect:

This affects inserting spam-related and OS fingerprinting header fields for local recipients, editing Subject header field and allowing mail body defanging, limiting recipient notifications to local recipients, in deciding if address extension may be appended, in matching mail addresses to non-fqdn SQL record keys, for proper operation of pen pals feature, for selecting statistics counters (distinguishing outgoing from internal-to internal mail), and possibly more in future versions.

Either way, unless you've taken steps to hide the headers, you should find references to localhost(or whatever IP you told postfix to send email to amavis) like:

Received: from mx.myserver.com ([127.0.0.1])
        by localhost (mx.myserver.com [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id bR4o7Zoig17c; Mon, 27 Jul 2009 23:32:19 +0000 (UTC)



--
Andrew Thompson

Reply via email to