Re: changing return-path

2012-03-06 Thread Wietse Venema
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 As documented in the Internet mail RFCs, the return-path header is prepended upon final delivery. Editing the header in transit is poin

Re: changing return-path

2012-03-06 Thread /dev/rob0
On Tue, Mar 06, 2012 at 03:56:50PM -0800, Mike Zupan wrote: > I'm looking to change the return-path of email so all email > coming out of our servers comes back to a common mailbox. So that *bounces* go to a common mailbox? If this is for bulk mail, simply change the software that is sending the

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