Ispcp cannot receive emails - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Ispcp cannot receive emails (/thread-14117.html) |
Ispcp cannot receive emails - tjonger - 06-05-2011 01:35 AM i have 5 domein running on my ispcp server. 4 .nl domeins which the mail works fine and 1 .com domein where i cant receive emails. i use a relayhost to send my emails. postfix gives this error(i have replace email adress with '***'): Code: Jun 1 19:16:23 server1 postfix/master[6811]: daemon started -- version 2.3.3, configuration /etc/postfix Can anyone help me? RE: Ispcp cannot receive emails - kilburn - 06-05-2011 05:03 AM "Relay access denied" in this case means that postfix thinks that the destination domain of the e-mail is *not* handled by this server. In the low level, this means that the domain is not found in the virtual domains table (/etc/postfix/ispcp/domains). However, it is really strange that the domain is not there if you added it through the panel and did not set its mail limit to 0. You can either: (1) manually add the domain there (and to /etc/ispcp/postfix/working/domains), and then run "postmap /etc/postfix/ispcp/domains" to rebuild the table. This should fix emails for that domain, but no the root cause. (2) remove and readd the domain, to check if it is now added properly. If it is not, you can file a bug and we'll try to get into the details of what is going wrong there to fix it. RE: Ispcp cannot receive emails - tjonger - 06-05-2011 08:03 AM Oke oke, i have looking and you were right. the domain didn't exist. so i have added them manually and run the command. It works which details do you want? |