我已经在澳大利亚的一家域名提供商处注册了一个 .au.com 域名,并已成功使用该域名创建了一个 Google Apps 电子邮件帐户(Google Apps 已确认我的 MX 记录正确,并且我已收到来自 .COM.AU 地址以及 GMAIL.COM 地址的测试电子邮件)。但是,使用该电子邮件地址打开 Disqus 和 Twitter 帐户后,我很难收到来自这些组织的电子邮件。这个问题在过去几天一直存在。
当我dig rs.au.com
在终端上时,我收到以下信息:
; <<>> DiG 9.7.3-P3 <<>> rs.au.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58329
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 0
;; QUESTION SECTION:
;rs.au.com. IN A
;; ANSWER SECTION:
rs.au.com. 300 IN A 184.169.142.209
;; AUTHORITY SECTION:
rs.au.com. 172800 IN NS ns-357.awsdns-44.com.
rs.au.com. 172800 IN NS ns-642.awsdns-16.net.
rs.au.com. 172800 IN NS ns-1434.awsdns-51.org.
rs.au.com. 172800 IN NS ns-1581.awsdns-05.co.uk.
;; Query time: 197 msec
;; SERVER: XXXXXXXXXXXXX
;; WHEN: Thu Apr 19 10:07:35 2012
;; MSG SIZE rcvd: 180
当我dig rs.au.com
通过 EC2 美国实例时,我收到以下信息:
; <<>> DiG 9.7.3 <<>> rs.au.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4929
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;rs.au.com. IN A
;; AUTHORITY SECTION:
au.com. 180 IN SOA ns4.au.com. postmaster.mail.au.com. 2012032205 7200 1800 604800 21600
;; Query time: 20 msec
;; SERVER: XXXXXXXXXXXXX
;; WHEN: Thu Apr 19 00:07:42 2012
;; MSG SIZE rcvd: 83
我无法接收来自 Disqus 和 Twitter 的电子邮件,这可能是由于如上所示的权限部分冲突造成的吗?
谢谢你的帮助,Ryan
附言:我检查了“垃圾邮件”文件夹,里面没有电子邮件。
编辑(2012 年 4 月 21 日):
在我咨询了我的域名注册商后,我似乎仍然在接收电子邮件方面遇到了一些问题,他们表示一切都很好。他们在终端上运行了以下命令,我收到了以下回复:
dig ns rs.au.com @ns1.au.com =
; <<>> DiG 9.7.3 <<>> ns rs.au.com @ns1.au.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57379
;; flags: qr rd; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;rs.au.com. IN NS
;; ANSWER SECTION:
rs.au.com. 180 IN NS ns-1434.awsdns-51.org.
rs.au.com. 180 IN NS ns-1581.awsdns-05.co.uk.
rs.au.com. 180 IN NS ns-357.awsdns-44.com.
rs.au.com. 180 IN NS ns-642.awsdns-16.net.
;; Query time: 4 msec
;; SERVER: 203.55.143.11#53(203.55.143.11)
;; WHEN: Fri Apr 20 08:16:50 2012
;; MSG SIZE rcvd: 164
Both those name servers do not show NXDOMAIN in the status. It could
be the resource record cached in the isp at that end. You can attempt to
re-delegate the name servers again, but if it is a caching issue then
re-delegating may not help. I have also pinged those nameservers and
they are pinging.
然后我尝试重置名称服务器,但即使这样做了,我仍然无法接收来自 Twitter、Akismet(等)的电子邮件。
有任何想法吗?
答案1
该au.com
域名有两个名称服务器为其提供服务。其中一个 ( ns4.au.com
) 可以正确处理您的域名。另一个 ( ns1.au.com
) 则不能。au.com
如果超过一两天,我会联系 的工作人员。
从ns1.au.com
:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 27330
;; QUESTION SECTION:
;rs.au.com. IN NS
但来自ns4.au.com
:
;; QUESTION SECTION:
;rs.au.com. IN NS
;; ANSWER SECTION:
rs.au.com. 180 IN NS ns-357.awsdns-44.com.
rs.au.com. 180 IN NS ns-642.awsdns-16.net.
rs.au.com. 180 IN NS ns-1581.awsdns-05.co.uk.
rs.au.com. 180 IN NS ns-1434.awsdns-51.org.
问题在于NXDOMAIN
,而不是权威不同。