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>