I'm using /etc/mailips to send mail on a specific IP on the server. When it arrives at the destination I'm getting an RDNS_NONE error.
In MailScanner the sending IP is listed and that is being resolved to the FQDN of the host.
If I dig -x "IP" I get an rDNS that is correct and matches the HELO.
I'm also getting a softail error, but the IP is in the SPF record for the domain.
I tried by sending via Outlook and via Webmail to ensure it wasn't pointing to some other IP rather than the server, but that made no difference.
The PTR record is correctly set at the data center and can be verified.
One tricky part here is that the website is using Cloudflare, but that doesn't hurt anything when the /etc/mailips IP is not listed (using default)
Any idea why this would be happening?
Code:
DKIM_SIGNED 0.10 Message has a DKIM or DK signature, not necessarily valid
DKIM_VALID -0.10 Message has at least one valid DKIM or DK signature
DKIM_VALID_AU -0.10 Message has a valid DKIM or DK signature from author's domain
HTML_FONT_TINY_NORDNS 1.50 Font too small to read, no rDNS
HTML_MESSAGE 0.00 HTML included in message
RDNS_NONE 2.00 Delivered to internal network by a host with no rDNS
SPF_HELO_SOFTFAIL 1.50 SPF: HELO does not match SPF record (softfail)
SPF_PASS -0.00 SPF: sender matches SPF record
If I dig -x "IP" I get an rDNS that is correct and matches the HELO.
I'm also getting a softail error, but the IP is in the SPF record for the domain.
I tried by sending via Outlook and via Webmail to ensure it wasn't pointing to some other IP rather than the server, but that made no difference.
The PTR record is correctly set at the data center and can be verified.
One tricky part here is that the website is using Cloudflare, but that doesn't hurt anything when the /etc/mailips IP is not listed (using default)
Any idea why this would be happening?