How-To: Check a Reverse DNS Record Lookup (PTR Record) and Solve Email Delivery Issues
Jul.10, 2008 in
Development, How To, Linux
More and more mail servers are starting to reject email if your outgoing mail server doesn’t have a reverse DNS record or PTR record. You can check if you have one by issuing the following command: dig -x 127.0.0.1 Obviously, replace the 127.0.0.1 address with the relevant IP address of your mail server. You should [...]
