david wrote: > 1) mydomain = d1.tld > 2) mydestination = localhost.$mydomain localhost $mydomain > 3) virtual_alias_domains = d2.tld > 4) virtual_alias_maps = hash:/etc/postfix/virtualusers
What's the value of myorigin for you? I expect it will be the same as myhostname if that is a FQDN. And if not a FQDN then I think it should be. And if so then I think it would be good to include $myhostname in mydestination. mydestination = $myhostname localhost.$mydomain localhost $mydomain Bob