The issue
In cPanel -> Email Deliverability for domain1.co.uk it shows:
"Problems Exist (Reverse DNS)"
The system sends “domain1.co.uk”’s outgoing email from the “10.10.10.5” IP address. The only PTR value for this IP address must be “domain1.co.uk”. This is the name that this server sends with SMTP’s “HELO” command to send “domain1.co.uk”’s outgoing email.
1 unexpected PTR value exists for this IP address:
my.serverhostname.co.uk
To fix this problem, contact your system administrator and request that they replace all PTR records for “*****” with the following record at “*****” and “*****”
/etc/mailhelo looks like this:
domain1.co.uk: domain1.co.uk
domain2.co.uk: domain2.co.uk
domain3.co.uk: domain3.co.uk
*: my.serverhostname.co.uk
/etc/mailips looks like this
domain1.co.uk: 10.10.10.5
domain2.co.uk: 10.10.10.5
domain3.co.uk: 10.10.10.5
*: 10.10.10.2
10.10.10.2 is the main IP address of the server with perhaps bad reputation
10.10.10.5 is an additional IP address of the server with no sending issues.
Is the warning shown in cPanel Email Deliverability an actual issue? Is there another setting that perhaps needs changing?
The rDNS for the IP address is set to the hostname. As there are multiple domains sending from that IP we cannot set the rDNS to be that of the domains sending mail on that IP.
Or should the domains be HELO'ing from the hostname instead? Which isn't ideal because it resolves to a different IP address than the mail it is sent out from.
In cPanel -> Email Deliverability for domain1.co.uk it shows:
"Problems Exist (Reverse DNS)"
The system sends “domain1.co.uk”’s outgoing email from the “10.10.10.5” IP address. The only PTR value for this IP address must be “domain1.co.uk”. This is the name that this server sends with SMTP’s “HELO” command to send “domain1.co.uk”’s outgoing email.
1 unexpected PTR value exists for this IP address:
my.serverhostname.co.uk
To fix this problem, contact your system administrator and request that they replace all PTR records for “*****” with the following record at “*****” and “*****”
/etc/mailhelo looks like this:
domain1.co.uk: domain1.co.uk
domain2.co.uk: domain2.co.uk
domain3.co.uk: domain3.co.uk
*: my.serverhostname.co.uk
/etc/mailips looks like this
domain1.co.uk: 10.10.10.5
domain2.co.uk: 10.10.10.5
domain3.co.uk: 10.10.10.5
*: 10.10.10.2
10.10.10.2 is the main IP address of the server with perhaps bad reputation
10.10.10.5 is an additional IP address of the server with no sending issues.
Is the warning shown in cPanel Email Deliverability an actual issue? Is there another setting that perhaps needs changing?
The rDNS for the IP address is set to the hostname. As there are multiple domains sending from that IP we cannot set the rDNS to be that of the domains sending mail on that IP.
Or should the domains be HELO'ing from the hostname instead? Which isn't ideal because it resolves to a different IP address than the mail it is sent out from.
Last edited by a moderator: