Author Topic: Help with rDNS  (Read 99 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Help with rDNS
« on: October 12, 2024, 07:40:16 PM »
My CWP7 is failing emails to outlook/microsoft, my rDNS is failing, someone can help me how I can update my rDNS?

I'll attach a image, number 1 and 2 is domains from website, is ok
but the main domain where I use to access the CWP7 (I have a exclusive domain for access cwp7) DKIM is not activade, I dont know if this is a problem.

When I use tests email, show rDNS failing.

How I can update my rDNS? Please, thanks.


Offline
**
Re: Help with rDNS
« Reply #1 on: October 12, 2024, 08:20:53 PM »
1. On your local PC run:

ping XXX.DOMAIN.COM

where XXX.DOMAIN.COM is the hostname of your server. You should get the primary IP of your server in output.

If you get another IP or nothing then check the DNS zone of your domain and make sure the DNS zone has the A record for XXX.DOMAIN.COM and points it to the correct IP.

2. Access your server over SSH as root and run:

Code: [Select]
telnet localhost 25
The last line of output should show something like:

Code: [Select]
220 XXX.DOMAIN.COM ESMTP Postfix
where XXX.DOMAIN.COM is the hostname of your server.

If you get something else then check the mail server config and make sure you specified the correct hostname.

3. Run:

Code: [Select]
dig +short -x XXX.XXX.XXX.XXX(XX.XXX.XXX.XXX - the primary IP of your server)

in shell on your server . The output should show the hostname of your server.

Do you get the hostname of your VPS ? If not then contact the datacenter support team where your server is located and ask to update the RDNS for the primary server's IP to XXX.DOMAIN.COM

Offline
***
Re: Help with rDNS
« Reply #2 on: October 13, 2024, 01:21:49 AM »
This is only possible to set in the authoritative server.
You have access to that?

In a VPS server, normally, this is just configured with you provider.
This is yor case?

Regards,
Netino

Offline
*
Re: Help with rDNS
« Reply #3 on: October 13, 2024, 10:23:10 PM »
Hello, yes I have full root access from machine, is a machine in my dedicated, hosted in OVH

Offline
**
Re: Help with rDNS
« Reply #4 on: October 14, 2024, 03:23:28 PM »
Log into your OVH account and you will be able to update the RDNS zone for the IP there. In case you need more detailed instructions then I recommend you to contact OVH to get assistance with their panel.

Offline
*
Re: Help with rDNS
« Reply #5 on: October 14, 2024, 10:27:58 PM »
Correct, rdns or ptr should be done over vps or vm provider instead of control panel