try this
Hi I'm new on howtoforge forum but not on the webpage
Some weeks ago I installed ispconfig 3 by debian 6, I had the same issue and I fix it with this little change:
try replacing the following line on your main.cf of your postfix configuration
mydestination = server.phossite.net, localhost, localhost.localdomain
with this:
mydestination = localhost, localhost.localdomain
try it and let us know if works for you
|