反向DNS不包含MXToolBox中的主机名错误

我不知道我的configuration错误,但我得到的错误Reverse DNS does not contain the hostname我的域Reverse DNS does not contain the hostname sparkdojo.com我有托pipe公司设置PTRlogginghost2.sparkdojo.com和所有的我使用dighost进行的testing似乎返回正确的信息。 我已经等了24个小时,因为我读了一些结果可能被caching或需要传播的地方,但我仍然得到错误。 我希望有更多知识的人可以确定是什么错误。

更新:

 dig -x 162.254.149.186 ; <<>> DiG 9.8.3-P1 <<>> -x 162.254.149.186 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21705 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;186.149.254.162.in-addr.arpa. IN PTR ;; ANSWER SECTION: 186.149.254.162.in-addr.arpa. 43200 IN PTR host2.sparkdojo.com. ;; AUTHORITY SECTION: 149.254.162.in-addr.arpa. 34369 IN NS rdns1.hivelocity.net. 149.254.162.in-addr.arpa. 34369 IN NS rdns2.hivelocity.net. ;; ADDITIONAL SECTION: rdns1.hivelocity.net. 74146 IN A 199.193.113.131 rdns2.hivelocity.net. 74146 IN A 199.193.113.132 ;; Query time: 79 msec ;; SERVER: 192.168.1.1#53(192.168.1.1) ;; WHEN: Sat May 16 14:33:04 2015 ;; MSG SIZE rcvd: 165 

主机命令

 host 162.254.149.186 186.149.254.162.in-addr.arpa domain name pointer host2.sparkdojo.com. 

MXToolBox脚本

 Connecting to 162.254.149.186 220-host2.sparkdojo.com ESMTP Exim 4.85 #2 Sat, 16 May 2015 14:18:48 -0500 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. [780 ms] EHLO MXTB-PWS3.mxtoolbox.com 250-host2.sparkdojo.com Hello mxtb-pws3.mxtoolbox.com [64.20.227.133] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP [655 ms] MAIL FROM:<[email protected]> 250 OK [655 ms] RCPT TO:<[email protected]> 550-Please turn on SMTP Authentication in your mail client. 550-mxtb-pws3.mxtoolbox.com [64.20.227.133]:58085 is not permitted to relay 550 through this server without authentication. [889 ms] MXTB-PWS3v2 3884ms 

当我更改了服务器的主机名并在主机IP上更新了PTRlogging时,错误开始显示。 它显示为Hivelocity的默认PTR和主机名,所以我想确保它反映了我的领域,而不是他们的。 除了上面列出的内容以外,没有任何其他变化。

你有一个映射到host2.sparkdojo.com的PTRlogging162.254.149.186,这很好,但是host2.sparkdojo.com没有Alogging,所以查找的方式不起作用。 你需要他们两个工作。