In my mail.cf, I have
Code:
sender_canonical_maps = hash:/etc/postfix/sender_canonical
In my /etc/postfix/sender_canonical, I have
Code:
@originaldomain.com @rewrittendomain.com
When I send out email with
testuser@originaldomain.com as the sender, I receive it as
testuser@rewrittendomain.com.
Is it possible to configure such that the rewritting of address takes effect only when sending to a particular recipient?
Thanks !