Le 17/09/2012 05:14, Neil Aggarwal a écrit : > Noel: > >> # main.cf >> mydestination = localhost localhost.example.com >> virtual_alias_domains = virtual.example.com >> >> # virtual_alias >> # NOTE: best to use fully-qualified domain names here >> us...@virtual.example.com us...@localhost.example.com > > OK, this is what I was missing.
look the docs for the maning of myorigin. in smtp, addresses have domains. postfix will "fix" incomplete addresses. if you say "joe", postfix will make that "joe@$myorigin". (this is configurable but you should keep it like that). and by the way, it is recommended that you define myhostname, mydomain and myorigin explicitly, instead of relying on default values. the old minimum surprise principle... > > Thank you for the clarification. I updated my files and everything > seems to be working great now. >