Hi Postfix-users, Following on from my original post: http://www.mail-archive.com/postfix-users@postfix.org/msg09957.html
We are now writing a Postfix Milter (in java), to forward email on in envelope format to our Email Archive Server. Current Config: Fedora 11 (just for now) postfix-2.5.6-3.fc11.x86_64 /etc/postfix/main.cf <--CUT HERE --> milter_default_action = tempfail milter_protocol = 6 smtpd_milters = inet:miltersrv:4545 non_smtpd_milters = inet:miltersrv:4545 <--CUT HERE --> Everything is actually working fine so far, however; 1) We still are not getting the /etc/aliases entries expanded on the other side of the milter? Is there a way for the milter to kick in after the alias expansion? 2) We have had trouble finding the full milter protocol spec for "protocol 6"? cya Craig