On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote: > > mydestination = > > mydomain = example.com > > myhostname = loki.example.com > > Try: > > mydestination = $myhostname, localhost
Note, with the default setting "append_dot_mydomain = yes", mail to "[EMAIL PROTECTED]" becomes "[EMAIL PROTECTED]", so the right name to include in mydestination is "localhost.$mydomain": mydestination = $myhostname, localhost.$mydomain, localhost the final "localhost" is there "just in case", the real work is done by localhost.$mydomain. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.