
20th September 2010, 10:36
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,888
Thanks: 693
Thanked 4,188 Times in 3,205 Posts
|
|
You used a wrong server name. The mydomain setting in postfix my never be identiacl to a domain that you use to receive emails in a virtual user setup. Chnage the line:
mydomain = polkom.com
to:
mydomain = server1.polkom.com
in postfix main.cf and restart postfix.
|