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

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

我不确定我的配置哪里出了问题,但Reverse DNS does not contain the hostname我的域名出现了错误sparkdojo.com,我让托管公司设置了 PTR 记录,并且host2.sparkdojo.com我使用它进行的所有测试似乎都返回了正确的信息。我已经等了 24 小时,因为我在某处读到结果可能被缓存或需要传播,但我仍然收到错误。我希望更有知识的人可以确定哪里出了问题。dighost

更新:

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 上更新 PTR 记录时,错误开始出现。它之前显示为 Hivelocity 的默认 PTR 和主机名,所以我想确保它反映的是我的域而不是他们的域。除了我上面列出的之外,没有任何其他更改。

答案1

您有一个 PTR 记录将 162.254.149.186 映射到 host2.sparkdojo.com,这很好,但是 host2.sparkdojo.com 没有 A 记录,因此另一种查找方式不起作用。您需要它们两者才能正常工作。

相关内容