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
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
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
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
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