jeffrey j donovan:
> I do have a virtual alias map that i am using for some redirected
> mail list. is it because i have no user entry that it delivers
> locally ? i thought that it would step down to transport if it did
> not find anything.
> 
> virtual_alias_maps = hash:/etc/postfix/virtualmm
> 
> systemtest...@smtp1.mydomain.com              systemtest...@news.mydomain.com
> adminsu...@smtp1.mydomain.com         adminsu...@news.mydomain.com
> asapacker-st...@smtp1.mydomain.com            
> asapacker-st...@news.mydomain.com
> basd-allst...@smtp1.mydomain.com              basd-allst...@news.mydomain.com

If you rewrite an envelope recipient address X with virtual_alias_maps
(or otherwise) into envelope recipient address Y, then Postfix will
use envelope recipient address Y for transport map lookups.

Therefore you will use envelope recipient address Y on the transport
map left-hand side, not X.

        Wietse

Reply via email to