Thomas Broda wrote:
Hi,
I've got two Postfix hosts, mail.example.com and office.example.com.
mail.example.com is MX for several domains which are set up as virtual alias
domains. Now I would like to forward certain mails, dependent on the
recipient, to an internal office server, so
[email protected] should be delivered locally on mail.example.com,
foo.org is a local domain listed in mydestination only.
[email protected] should be forwarded to [email protected],
use a virtual_alias_maps entry (not virtual_alias_domains) to
rewrite [email protected] to the correct domain.
[email protected] should be forwarded to [email protected],
use a virutual_alias_maps entry (not virtual_alias_domains) to
rewrite [email protected] to the correct domain.
[email protected] should be delivered locally on mail.example.com etc.
bar.org is a local domain listed in mydestination only.
--
Noel Jones