Rodman Frowert wrote: > Brian, > > Unless I am just not seeing, it, that document describes ONLY virtual > domains. I want to be able to receieve mail for clients that are in > "mydomain", yet they are not system user accounts. > > For example: > > If, in main.cf, my domain is listed as: mydomain = xyz.com > > And I want to get mail for [email protected] but joe is not a system user > (unix) > account. > > So virtual domains is NOT what I need, correct? I was thinking, after > looking over the documentation that local_recipitant_maps might be > more of what I am looking for... > "local" recipients are those with system accounts. "virtual mailbox" recipients are those without system accounts.
Nothing says you cannot do "mydestination = $myhostname" and then "virtual_mailbox_domains = $mydomain" See http://www.postfix.org/ADDRESS_CLASS_README.html for a detailed analysis.
