
Originally Posted by
melvyn
We have had the same problem for two days and it has taken a long time to get telephone support to accept that the problem is with your setup of our account and not our internal systems. Very frustrating indeed.
Charles
on behalf of Melvyn
Hi Melvyn/Charles,
The problem with the mail delivery failures was related to rDNS not being setup on your new Linux dedicated server.
A PTR record is the reverse of an A record. That is, it maps an IP address to a hostname, rather than vice versa. Given an IP address of the form a.b.c.d, the usual form for a PTR record is this:
Code:
d.c.b.a.in-addr.arpa. PTR host.name.
Most of the mail servers check whether there is a rDNS set for the IP from where the email is coming from & if there is no rDNS record set, it rejects the email considering it as spam. This is the reason why most of the people now a days set rDNS record for the main IP of the server (generally to the hostname of the server) as by default emails are routed out from the main IP of the server.
rDNS has now been setup on your Linux dedicated server now & the emails are working normally from it. Please let know if you still experience any problems..