ispCP - Board - Support
Little problem with mail - 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: Little problem with mail (/thread-7258.html)



Little problem with mail - jhs - 07-19-2009 09:11 PM

Hello,

I have a problem with my mail. I have a webhotel (domain1.com) the mail is running on another server.

The problem is when the webhotel sends a mail eg through mail() in PHP to a name@domain1.com it give some problem.

Is there anyway to fix this. Is it posible to deaktivate the mail for only this webhotel?


RE: Little problem with mail - Nuxwin - 07-20-2009 03:31 AM

Hi ;

what is the problems encoutered exactly with the php mail function ?


RE: Little problem with mail - kilburn - 07-20-2009 06:48 AM

Comment/remove the line corresponding to this domain from the /etc/postfix/ispcp/domains and /etc/ispcp/postfix/working/domains files.

After that, execute the following:
Code:
postmap /etc/postfix/ispcp/domains
/etc/init.d/postfix reload

Done Smile