根据gmail没有PTRlogging

最近,我在我的VPS上安装了iredmail并configuration了DNSlogging(包括ptr)。 它确认nslookup:

nslookup zelenin.top Name: zelenin.top Address: 191.101.251.182 nslookup -query=mx zelenin.top zelenin.top mail exchanger = 5 mail.zelenin.top. nslookup 191.101.251.182 182.251.101.191.in-addr.arpa name = mail.zelenin.top. 

我还configurationDKIM,SPF,DMARC和谷歌网站validationlogging。 然后我通过邮件客户端连接到VPS,并试图发送邮件到Gmail。 但它没有交付,我得到了答案:

 host gmail-smtp-in.l.google.com[2a00:1450:4013:c01::1a] said: 550-5.7.1 [2a00:7c80:0:58::1:600] The IP address sending this message does not 550-5.7.1 have a PTR record setup. As a policy, Gmail does not accept messages 550-5.7.1 from IPs with missing PTR records. Please visit 550-5.7.1 https://support.google.com/mail/answer/81126#authentication for more 550 5.7.1 information. m65si25883044wmd.98 - gsmtp (in reply to end of DATA command) 

我不知道哪些信息可能会有帮助,什么可能会导致这种情况。 谢谢。

您的邮件的IP地址没有出现任何PTRlogging(根据错误消息: 2a00:7c80:0:58::1:600 )。

 $ dig -x 2a00:7c80:0:58::1:600 ; <<>> DiG 9.10.3-P3-RedHat-9.10.3-10.P3.fc23 <<>> -x 2a00:7c80:0:58::1:600 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 31932 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;0.0.6.0.1.0.0.0.0.0.0.0.0.0.0.0.8.5.0.0.0.0.0.0.0.8.c.7.0.0.a.2.ip6.arpa. IN PTR ;; AUTHORITY SECTION: 0.8.c.7.0.0.a.2.ip6.arpa. 3600 IN SOA ns1.worldstream.nl. hostmaster.worldstream.nl. 2016022000 10800 3600 604800 3600 ;; Query time: 166 msec ;; SERVER: 139.162.131.5#53(139.162.131.5) ;; WHEN: Sun Feb 21 11:58:22 UTC 2016 ;; MSG SIZE rcvd: 166 $ 

(特别注意NXDOMAIN状态和唯一包含的数据是授权部分中的SOAlogging。)

难道你只是为你的IPv4地址而不是IPv6设置了PTRlogging?