Re: double bounce messages 'from'

2017-01-19 Thread Dominic Raferd
On 19 January 2017 at 14:30, Wietse Venema wrote: > > Wietse Venema: > > Dominic Raferd: > > > On 16 January 2017 at 15:11, Wietse Venema wrote: > > > > > > > > Dominic Raferd: > > > > > One of the few remaining issues on my postfix server is that > > > > > double-bounce messages don't come from

Re: double bounce messages 'from'

2017-01-19 Thread Wietse Venema
Wietse Venema: > Dominic Raferd: > > On 16 January 2017 at 15:11, Wietse Venema wrote: > > > > > > Dominic Raferd: > > > > One of the few remaining issues on my postfix server is that > > > > double-bounce messages don't come from the 'right' envelope sender. > > > > > > man 5 postconf | less '+/^

Re: double bounce messages 'from'

2017-01-19 Thread Wietse Venema
Dominic Raferd: > On 16 January 2017 at 15:11, Wietse Venema wrote: > > > > Dominic Raferd: > > > One of the few remaining issues on my postfix server is that > > > double-bounce messages don't come from the 'right' envelope sender. > > > > man 5 postconf | less '+/^double_bounce_sender' > > > > T

Re: double bounce messages 'from'

2017-01-18 Thread Dominic Raferd
On 16 January 2017 at 15:11, Wietse Venema wrote: > > Dominic Raferd: > > One of the few remaining issues on my postfix server is that > > double-bounce messages don't come from the 'right' envelope sender. > > man 5 postconf | less '+/^double_bounce_sender' > > This also is the default for addres

double bounce messages 'from'

2017-01-16 Thread Dominic Raferd
One of the few remaining issues on my postfix server is that double-bounce messages don't come from the 'right' envelope sender. I would like it to be double_bou...@mydomain.tld, or (better) double_bounce+vps3456...@mydomain.tld. Instead it is double_bou...@vps3456789.mydomain.tld. In other words

Re: double bounce messages 'from'

2017-01-16 Thread Wietse Venema
Dominic Raferd: > One of the few remaining issues on my postfix server is that > double-bounce messages don't come from the 'right' envelope sender. man 5 postconf | less '+/^double_bounce_sender' This also is the default for address_verify_sender. Wietse