• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Different PTR type and hostname

XCore

New Pleskian
I'm trying to keep as clean and compliant a mail server as possible. One of the things I've done is use a dedicated IP for all mail which is different from the IP I'm using for the control panel. However, I'm getting the following message when I test for issues. Any ideas on what I can change/add to comply?
Reverse DNS lookup or reverse DNS resolution (rDNS) is the determination of a domain name that is associated with a given IP address.
Some companies such as AOL will reject any message sent from a server without rDNS, so you must ensure that you have one.
You cannot associate more than one domain name with a single IP address.

Your IP address 192.xxx.xx.xx is associated with the domain mail.myservers.com.
Nevertheless your message appears to be sent from cp.myservers.com.

You may want to change your pointer (PTR type) DNS record and the host name of your server to the same value.
Here are the tested values for this check:
  • IP: 192.xxx.xx.xx
  • HELO: cp.myservers.com
  • rDNS: mail.myservers.com

Any help is greatly appreciated.
 
Hi XCore,
you don't mention which MTA you use, Postfix or Qmail.
If postfix you need to change...

/etc/postfix/main.cf
myhostname = mail.myservers.com

QMail
/var/qmail/controls/me

Regards

Lloyd
 
Back
Top