I have a server with one IP 92.150.180.250. I have 60 accounts. The host name is 92-150-180-250.hosted-by-myserver.com and the rDNS is exactly the same.
All domain DNS records are following the structures:
name=mydomain.com / type=NS / record=ns1.mydomain.com and ns2.mydomain.com For the email configuration: name=mail.mydomain.com / type=CNAME / record=mydomain.com And, an A record for the IP.
Many emails from each account go to the spam folder. The IP has a bad reputation in some providers. I was advised to do the following:
The PTR-Record (rDNS) of your IP address "92-150-180-250" contains the reverse DNS hostname "92-150-180-250.hosted-by-myserver.com". This looks like an end user system to everyone. We recommend you set the PTR record to a non-generic hostname (in one of your own domains) like 'mail.your-company.com'.
What should the rDNS look like to affect all domains? Thanks