On Thu, 2014-02-06 at 17:24:06 -0600, Jay G. Scott wrote:
> recipient_canonical_maps=regexp:/etc/postfix/pfrecipient_canonical
> 
> [root@davis postfix]# more pfrecipient_canonical
> /^gl@.*\.arlut\.utexas\.edu$/   g...@arlut.utexas.edu
> /^a@.*\.arlut\.utexas\.edu$/    a...@arlut.utexas.edu
> /^b@.*\.arlut\.utexas\.edu$/    b...@arlut.utexas.edu
> /^c@.*\.arlut\.utexas\.edu$/    c...@arlut.utexas.edu
>
> Does this have consequences/side effects that I might not expect?
> In particular, I have
> transport_maps = hash:/etc/postfix/pftransport
> 
> also in main.cf .  Transport_maps will still be honored, won't it?

Yes, but remember that transport mapping occurs after address rewriting;
take care to accordingly specify the lookup keys in your transport
table.

-- 
Sahil Tandon

Reply via email to