On Wed, Mar 25, 2009 at 12:01:23PM +0530, ram wrote: > > On Wed, 2009-03-25 at 16:03 +1100, ctheod...@shakenbake.net wrote: > > Hi Everyone, > > > > We have a Email Archive system which is designed for a Email Journaling > > (from Exchange). Is there a feature (perhaps a milter), within Postfix that > > can achieve the same feature? > > > > note: using postfix-2.5.6 on Centos 5.2 > > http://www.postfix.org/postconf.5.html > > look for always_bcc
No, this does not journal the message envelope, which is what the OP is asking for. Low-tech ways of doing that have been posted here before. The key idea is to abuse per-recipient bcc via regexp tables. http://www.postfix.org/postconf.5.html#recipient_bcc_maps then a clever delivery agent (pipe) can combine the message content and original envelope in a suitable format. High-tech ways require custom SMTP content filters. There are probably archive milters also. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.