Sahil, Thank you so much. It seems to be working after I removed the $. Once again, thanks for your time and patience.
Charles On Sun, Sep 13, 2009 at 3:05 AM, Sahil Tandon <sa...@tandon.net> wrote: > On Sun, 13 Sep 2009, c cc wrote: > >> mydestination = $myhostname, localhost, $mydomain, >> localhost.$mydomain, $ns1.example.org, localhost.localdomain, >> localhost.$ns1.example.org >> mydomain = example.org >> myhostname = ns1.example.org >> myorigin = $ns1.example.org > > What's with all these '$ns1' references? Do you define this parameter > somewhere in your main.cf? I suspect you don't, which is why when > Postfix appends $myorigin to the RHS of your alias, the silly '.' > appears and causes the problem you see in your logs. > > -- > Sahil Tandon <sa...@tandon.net> >