Re: *canonical_classes not behaving as expected with local mail submission

2014-09-12 Thread Wietse Venema
Viktor Dukhovni: > > # /etc/postfix/sender_canonical.regexp (excerpt) > > # rewrite all addresses to any variant of (*.|)mydomain.com(|.*) to > > realuser+user%internal_f...@mydomain.com > > /^(.*)@(.+\.mydomain\.com(\.[^\.]*)?)$/ > > realuser+${1}%${2}@mydomain.com > > Boldly claiming

Re: *canonical_classes not behaving as expected with local mail submission

2014-09-12 Thread Viktor Dukhovni
On Mon, Sep 01, 2014 at 02:57:51PM +1000, Valdemar Jakobsen wrote: > The problem I am having is that any mail that is submitted locally > on the gateway mail servers (Ubuntu, /usr/bin/mail - tested all 3 > packages providing /usr/bin/mail) behaves as if sender_canonical_classes > is not configured

Re: *canonical_classes not behaving as expected with local mail submission

2014-09-12 Thread Valdemar Jakobsen
Hi Matthias, Postfix-Users, (resend, had sent from wrong address and was silently being dropped by majordomo) On 1 Sep 2014, at 4:51 pm, Matthias Andree wrote: >> I’m using sender_canonical_maps to ensure that my envelope addresses comply >> with SPF policies and also allow for a valid bounce

Re: *canonical_classes not behaving as expected with local mail submission

2014-08-31 Thread Matthias Andree
Am 01.09.2014 um 06:57 schrieb Valdemar Jakobsen: > Dear Postfix-Users, > > I’m using sender_canonical_maps to ensure that my envelope addresses > comply with SPF policies and also allow for a valid bounce address in > the event of non-delivery. > > My gateway mail servers are configured using se