Re: [Partially solved] Re: Address rewriting not working

2019-01-05 Thread Celejar
On Fri, 4 Jan 2019 15:20:08 -0500 Viktor Dukhovni wrote: > > On Jan 4, 2019, at 2:56 PM, Celejar wrote: > > > > And I'm using 3.1.8, where the rewriting isn't acceptable to my mail > > provider, and this feature isn't available ;) So I guess I'm stuck, > > unless I can upgrade Postfix? > > You

Re: [Partially solved] Re: Address rewriting not working

2019-01-04 Thread Celejar
On Fri, 4 Jan 2019 15:22:08 -0500 (EST) Wietse Venema wrote: > Celejar: > > On Fri, 4 Jan 2019 13:19:10 -0500 (EST) > > Wietse Venema wrote: > > > > > Celejar: > > > > Okay, by testing with swaks I've confirmed the suspicion that I broached > > > > in my previous mail: on the problematic system

Re: [Partially solved] Re: Address rewriting not working

2019-01-04 Thread Wietse Venema
Celejar: > On Fri, 4 Jan 2019 13:19:10 -0500 (EST) > Wietse Venema wrote: > > > Celejar: > > > Okay, by testing with swaks I've confirmed the suspicion that I broached > > > in my previous mail: on the problematic system, the rewrite of the email > > > header 'From: root' is to 'From: (root)', w

Re: [Partially solved] Re: Address rewriting not working

2019-01-04 Thread Viktor Dukhovni
> On Jan 4, 2019, at 2:56 PM, Celejar wrote: > > And I'm using 3.1.8, where the rewriting isn't acceptable to my mail > provider, and this feature isn't available ;) So I guess I'm stuck, > unless I can upgrade Postfix? Your other option, if possible, is to inject email into Postfix with the "Fr

Re: [Partially solved] Re: Address rewriting not working

2019-01-04 Thread Celejar
On Fri, 4 Jan 2019 13:19:10 -0500 (EST) Wietse Venema wrote: > Celejar: > > Okay, by testing with swaks I've confirmed the suspicion that I broached > > in my previous mail: on the problematic system, the rewrite of the email > > header 'From: root' is to 'From: (root)', which > > causes the mai

Re: [Partially solved] Re: Address rewriting not working

2019-01-04 Thread Wietse Venema
Celejar: > Okay, by testing with swaks I've confirmed the suspicion that I broached > in my previous mail: on the problematic system, the rewrite of the email > header 'From: root' is to 'From: (root)', which > causes the mail to be rejected by Zoho's server with '553 Relaying > disallowed as @'.

[Partially solved] Re: Address rewriting not working

2019-01-04 Thread Celejar
On Wed, 2 Jan 2019 19:58:18 -0500 Viktor Dukhovni wrote: > > On Jan 2, 2019, at 7:12 PM, Celejar wrote: > > > > I'm configuring Postfix to relay mail via a smarthost, and I need to > > rewrite the sender address in order for the smarthost to accept the > > mail (and not reject it as 'relaying')

Re: Address rewriting not working

2019-01-03 Thread Celejar
On Wed, 2 Jan 2019 19:58:18 -0500 Viktor Dukhovni wrote: > > On Jan 2, 2019, at 7:12 PM, Celejar wrote: > > > > I'm configuring Postfix to relay mail via a smarthost, and I need to > > rewrite the sender address in order for the smarthost to accept the > > mail (and not reject it as 'relaying')

Re: Address rewriting not working

2019-01-02 Thread Viktor Dukhovni
> On Jan 2, 2019, at 7:12 PM, Celejar wrote: > > I'm configuring Postfix to relay mail via a smarthost, and I need to > rewrite the sender address in order for the smarthost to accept the > mail (and not reject it as 'relaying'). I'm using generic mapping to do > this, and it works correctly on t

Address rewriting not working

2019-01-02 Thread Celejar
Hi, I'm configuring Postfix to relay mail via a smarthost, and I need to rewrite the sender address in order for the smarthost to accept the mail (and not reject it as 'relaying'). I'm using generic mapping to do this, and it works correctly on two of my systems (Debian Sid, running Postfix 3.3.2)