On 6/26/2012 12:48 PM, James B. Byrne wrote: > My point of confusion at the moment is the relationship between > /etc/postfix/virtual and /etc/aliases (or in our case > /etc/postfix/aliases.main).
http://www.postfix.org/ADDRESS_REWRITING_README.html virtual_alias_maps apply to *all* addresses, not just those in virtual_alias_domains. To avoid surprises, it's best to fully-qualify the result in virtual_alias_maps. aliases apply only to mail delivered by local(8), and do not use domains. -- Noel Jones