• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

qmail sees one domain's mail server as local when it is remote - DNS issue?

T

thedust2010

Guest
We have a problem where emails sent out internally using PHP's mail function are not getting to one of our domains. I'm guessing it's a DNS issue, because we have the DNS for this domain set up to use an external server. The thing is that email is working fine for this domain for all purposes except for email generated out of PHP. This is what our DNS looks like:

Code:
mail.mydomain.com.	A		xx.xx.xx.xxx
mydomain.com.		MX (10)		mail.mydomain.com.

xx.xx.xx.xxx is the IP of the external mail server. Does PHP require some extra MX records be set up, perhaps? When I check out the logs for qmail I see:

Code:
Apr 18 09:28:48 ns1 qmail: 1145370528.419949 delivery 1711: deferral: Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/

I've searched around the Net and tried some things but to no avail. Any ideas? I'm beating my head against a wall here...
 
NOTE: I've also confirmed that users on the same server cannot send to this domain as well. There must be something misconfigured with the DNS, but I'm not sure what...
 
Back
Top