Re: bounce recipient

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 09:03:11PM -0500, Noel Jones wrote: > Use smtp_generic_maps to rewrite the address to the proper return > address when postfix sends it out. That won't work if the mail never manages to leave and bounces back directly. > Or use virtual_alias_maps to rewrite the unwanted a

Re: bounce recipient

2015-04-08 Thread Noel Jones
On 4/8/2015 7:45 PM, Vernon Fort wrote: > On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: > >>> I have a setup that I need the bounce message recipient to be >>> different than the default domain name. Meaning if postfix attempts >>> to deliver an message and cannot, it sends the i

RE: bounce recipient

2015-04-08 Thread Vernon Fort
On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: >> I have a setup that I need the bounce message recipient to be >> different than the default domain name. Meaning if postfix attempts >> to deliver an message and cannot, it sends the internal bounce message >> to a different email

Re: bounce recipient

2015-04-08 Thread Viktor Dukhovni
On Wed, Apr 08, 2015 at 09:45:30PM +, Vernon Fort wrote: > I have a setup that I need the bounce message recipient to be > different than the default domain name. Meaning if postfix attempts > to deliver an message and cannot, it sends the internal bounce > message to a different email addres

bounce recipient

2015-04-08 Thread Vernon Fort
I have a setup that I need the bounce message recipient to be different than the default domain name. Meaning if postfix attempts to deliver an message and cannot, it sends the internal bounce message to a different email address than whats set in mydomain =, i.e. r...@anotherdoamin.com I hav