I have been testing PMG for a while now and I have to say I'm impressed.
I like how simple it is to use.
There is one thing that it's missing though.
You can have finer grained control (than domain level) by putting me@example.com in transport_maps by using virtual_alias_maps.
Virtual alias maps is special mapping in Postfix that overrides email aliasing regardless their domain class. You can use it for relay_domains, local_domains, or virtual_mailbox_domains.
I like how simple it is to use.
There is one thing that it's missing though.
You can have finer grained control (than domain level) by putting me@example.com in transport_maps by using virtual_alias_maps.
Code:
# transport maps
example.com :[mail.provider.com]
.example.com :[mail.provider.com]
# virtual alias maps
me@example.com me@me.com
Virtual alias maps is special mapping in Postfix that overrides email aliasing regardless their domain class. You can use it for relay_domains, local_domains, or virtual_mailbox_domains.
Last edited: