Re: unreasonable recipient_canonical_maps map nesting

2014-03-13 Thread Noel Jones
On 3/13/2014 6:48 AM, ML mail wrote: > Hi Noel, > > That makes sense, thanks for your help. > > I have now adapted the PCRE map with the following entry instead: > > if /^newsletter(-.+)?@domain.com$/ > newsletter-domaincom$1...@domain.com > endif > > but it must be wrong as I get: > warning: p

Re: unreasonable recipient_canonical_maps map nesting

2014-03-13 Thread ML mail
Hi Noel, That makes sense, thanks for your help. I have now adapted the PCRE map with the following entry instead: if /^newsletter(-.+)?@domain.com$/ newsletter-domaincom$1...@domain.com endif but it must be wrong as I get: warning: pcre map /etc/postfix/recipient_canonical_domains, line 2: ign

Re: unreasonable recipient_canonical_maps map nesting

2014-03-13 Thread Noel Jones
On 3/13/2014 5:33 AM, ML mail wrote: > Hello, > > I am using the recipient_canonical_maps as PCRE map in order to > convert some recipient e-mail addresses. I have it configured like > this in my main.cf: > > recipient_canonical_maps= > pcre:/etc/postfix/recipient_canonical_domains > > a