OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: How to copy all incoming and outgoing messages

From: D Hill (d.hillyournetplus.com)
Date: Thu May 01 2008 - 18:05:07 CDT


On Thu, 1 May 2008 at 22:22 -0000, forumsmis.vertextelecom.com confabulated:

> Hi Everyone,
>
> How do I make it so postfix will copy all incoming and outgoing emails to another email invisibly? It's a SOX requirement actually. I have to save all the emails.
>
> So, I create one account called "log". Every email that goes through the mail server has to be invisibly copied to that user whether incoming or outgoing. Thanks for the help. I'm new to postfix.

Postfix configuration parameters:

   always_bcc, sender_bcc_maps, recipient_bcc_maps

control what you are asking for. You can do a search on this page:

   http://www.postfix.org/postconf.5.html

for further explination.