needing to log all outbound emails

2012-04-16 Thread Mike Zupan
We are looking to log all outbound emails in code.. not tailing a lot or anything.. is there an area of the code I can look at first to get an idea of where the final stop for emails through postfix go before they are sent out. We are looking to log all cc/bcc emails also. We have a compliance regu

changing return-path

2012-03-06 Thread Mike Zupan
I'm looking to change the return-path of email so all email coming out of our servers comes back to a common mailbox. My master.cf i have added filter unix - n n - - pipe flags=Rq user=filter argv=/etc/postfix/filter -f ${sender} -- ${recipient} My filter looks l