Postfix Integration

Make sure you are using Postfix 2.4.6 or greater.

Earlier versions of Postfix contain a buggy milter client, causing zeroed body messages to be archived. Currently, Postfix v2.3.4 and earlier is known not to work well with the MailArchiva milter capability due to a bug in Postfix. In this case, you may need to take the BCC SMTP approach (see Zimbra integration).

(1) Add the following to Postfix’s main.cf file:

milter_default_action = tempfail

smtpd_milters = inet:127.0.0.1:8092

(2) Restart postfix

sudo /etc/init.d/postfix restart

Note: If you want Spamassasin to filter out the SPAM before it hits MailArchiva, configure Spamassassin as a milter (Google the topic for info on how to do this)

Then, specify your milter configuraiton as follows:

milter_default_action = tempfail

smtpd_milters = unix:/var/run/spamass.sock inet:127.0.0.1:8092

Topic revision: r10 - 2009-11-24 - 10:33:49 - JamieBand
 
Copyright (c) 2005-2010 Stimulus Software