scottlpool2003
Basic Pleskian
I'm having problems with DNS.
I've looked around and found some people having similar issues, but to be honest I'm quite illiterate with Linux servers.
Mail is being rejected with error #5.3.0 "Remote host said: 544 mail server permanently rejected message (#5.3.0)
Having looked around, and running diagnostics on MXToolbox I find a couple of errors:
I'm not so sure what to check here, but further reading is suggesting I have the whole DNS/Hostname/Mail settings setup incorrectly.
I have 2 IP addresses for the server: 77.68.58.218 (this is my main IP and ns1) and 77.68.58.250 (ns2) both appear to be functioning correctly.
The hostname of the server is server77-68-58-218.live-servers.net (I think this may be wrong and somebody suggested I change this to server.domain.com, which I did and it knocked all websites hosted on the server offline)
Right, now down to my DNS template...
This is the exact default template for all domains:
And under the domain having issues (selecttravelmedia.com) the template appears like this:
Could anybody elaborate on what the problem could be? Is it something to do with the hostname or would "Warning - Reverse DNS does not match SMTP Banner" be causing mail to be rejected?
This is causing a few issues as this domain uses email marketing.
Thanks in advance for any help/suggestions.
I've looked around and found some people having similar issues, but to be honest I'm quite illiterate with Linux servers.
Mail is being rejected with error #5.3.0 "Remote host said: 544 mail server permanently rejected message (#5.3.0)
Having looked around, and running diagnostics on MXToolbox I find a couple of errors:
SMTP Reverse DNS Mismatch Warning - Reverse DNS does not match SMTP Banner
I'm not so sure what to check here, but further reading is suggesting I have the whole DNS/Hostname/Mail settings setup incorrectly.
I have 2 IP addresses for the server: 77.68.58.218 (this is my main IP and ns1) and 77.68.58.250 (ns2) both appear to be functioning correctly.
The hostname of the server is server77-68-58-218.live-servers.net (I think this may be wrong and somebody suggested I change this to server.domain.com, which I did and it knocked all websites hosted on the server offline)
Right, now down to my DNS template...
This is the exact default template for all domains:
<domain>. NS ns.<domain>.
<domain>. A <ip>
<domain>. AAAA <ipv6>
<domain>. MX (10) mail.<domain>.
<domain>. TXT v=spf1 +a +mx -all
<ip> / 24 PTR <domain>.
<ipv6> / 64 PTR <domain>.
ftp.<domain>. CNAME <domain>.
ipv4.<domain>. A <ip>
ipv6.<domain>. AAAA <ipv6>
mail.<domain>. A <ip>
mail.<domain>. AAAA <ipv6>
ns.<domain>. A <ip>
ns.<domain>. AAAA <ipv6>
webmail.<domain>. A <ip>
webmail.<domain>. AAAA <ipv6>
And under the domain having issues (selecttravelmedia.com) the template appears like this:
*.webmail.selecttravelmedia.com. CNAME selecttravelmedia.com.
77.68.58.218 / 24 PTR selecttravelmedia.com.
ftp.selecttravelmedia.com. CNAME selecttravelmedia.com.
ipv4.selecttravelmedia.com. A 77.68.58.218
mail.selecttravelmedia.com. A 77.68.58.218
mx1.selecttravelmedia.com. MX (0) mx1.
mx2.selecttravelmedia.com. MX (0) mx2.
ns.selecttravelmedia.com. A 77.68.58.218
ns1.bigsparkpublishing.co.uk.selecttravelmedia.com. A 77.68.58.218
ns2.bigsparkpublishing.co.uk.selecttravelmedia.com. A 77.68.58.250
selecttravelmedia.com. NS ns1.bigsparkpublishing.co.uk.
selecttravelmedia.com. NS ns2.bigsparkpublishing.co.uk.
selecttravelmedia.com. A 77.68.58.218
selecttravelmedia.com. MX (10) mail.selecttravelmedia.com.
selecttravelmedia.com. TXT v=spf1 +a +mx -all
webmail.selecttravelmedia.com. A 77.68.58.218
www.selecttravelmedia.com. CNAME selecttravelmedia.com.
Could anybody elaborate on what the problem could be? Is it something to do with the hostname or would "Warning - Reverse DNS does not match SMTP Banner" be causing mail to be rejected?
This is causing a few issues as this domain uses email marketing.
Thanks in advance for any help/suggestions.