MXlogging更改后保持不变

我意外地更改了MXlogging并将其更改回来,但是即使当我更改回当我发送电子邮件到具有域名的帐户,它显示收件人未find,并显示我

Final-Recipient: rfc822; [email protected] Action: failed Status: 5.1.1 Remote-MTA: dns; smtp.asia.secureserver.net. (182.50.144.66, the server for the domain xxx.com.) 

我的MXlogging是

 MX @ alt1.aspmx.l.google.com (Priority: 5) MX @ alt2.aspmx.l.google.com (Priority: 5) MX @ aspmx.l.google.com (Priority: 1) MX @ aspmx2.googlemail.com (Priority: 10) MX @ aspmx3.googlemail.com (Priority: 10) 

该域用谷歌购买,我的设置有什么问题?

DNS的核心是caching(Time To Live)。 发生的情况是,发送电子邮件的主机已经为您的域caching了(错误的)DNSlogging,并且在TTL过期之前不会重新获取它们。

唯一的解决方法是刷新发送服务器上的DNScaching,只有在您控制的服务器上才能执行此操作。