MXlogging在数小时前更新,仍在popup邮件

我们只是把我们的网站搬到了一个托pipe服务器上,但是同时让Exchange 2003pipe理我们的邮件。 DNS更改已生效,但我认为MXlogging可能有问题。

我有:

mail.mydomain.com A Points to xxxx which is the destination of the exchange server And mydomain.com MX Points to mail.mydomain.com 

我更改了域名DNS之后更新了MXlogging,但我的理解是,MXlogging更改时间通常是TTL(在我的情况下为1小时),但是已经过了好几个小时,而且我还在弹回邮件。

有人能给我他们的logging变化和TTL时间的经验吗? 他们通常是一致的吗?

更新:从farseeker和mrdennys的答案,这只是一个DNScaching更新缓慢。 我希望不需要72小时 – 但只要configuration是正确的 ,就需要花费时间。 我会每隔十分钟检查一次并报告结果。 谢谢

这是非送货报告:

 Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 sorry, no mailbox here by that name. (#5.7.17) (state 14). 

这是我第一次使用Plesk。 我以为我正在修改我的DNSlogging,但我认为它可能没有效果。

最新的更新: – 好吧,mail.mydomain.com现在指向我的邮件交换服务器,但电子邮件仍然得到相同的NDR。 是否还有其他variables需要考虑,比如端口 – 因为电子邮件是通过外部服务器路由的?

这一切取决于您发送电子邮件的SMTP服务器是否具有最新的MXlogging。 许多互联网服务提供商不服从TTL,并自己做了,我猜这可能是特别是MX的情况。

在MX更新之前,我已经看到长达72小时的情况,特别是在南非的ISP。

如果24小时后它仍然在为每个人弹跳,那么我会更关心的。

– 更新 –

我在你的域名上做了一个nslookup,得到了以下结果:

  C:\用户\标记> NSLOOKUP
默认服务器:bladedc1.live.local
地址:192.168.163.50

 > set q = mx
 > ttanet.com
服务器:bladedc1.live.local
地址:192.168.163.50

 ttanet.com
        主名称服务器= NS87.WORLDNIC.COM
        负责任的邮件地址= namehost.WORLDNIC.COM
         serial = 110011012
        刷新= 10800(3小时)
        重试= 3600(1小时)
        到期= 604800(7天)
        默认TTL = 3600(1小时)
 > 

它看起来像你的DNS根本没有提供任何 MXlogging,但是你提到的mail.example.com的Alogging是否存在:

  > set q = a
 > mail.ttanet.com
服务器:bladedc1.live.local
地址:192.168.163.50

名称:mail.ttanet.com
地址:206.188.207.108 

而权威的域名服务器设置为:

  > set q = ns
 > ttanet.com
服务器:bladedc1.live.local
地址:192.168.163.50

非权威的回答:
 ttanet.com nameserver = ns87.worldnic.com
 ttanet.com nameserver = ns88.worldnic.com

 ns87.worldnic.comurl= 205.178.190.44
 ns88.worldnic.comurl= 205.178.144.44 

我们是否看到来自正确的DNS服务器的logging?

– 更新#2 –

我相信我现在看到了正确的细节:

  > ttanet.com
服务器:bladedc1.live.local
地址:192.168.163.50

 ttanet.com MX首选项= 10,邮件交换器= ttamail.ttanet.com
 ttamail.ttanet.com互联网地址= 67.78.188.51 

所以这只是最终用户的推荐/caching问题。 这是正确的设置正确。

当我的公司将我们的网站迁移到新的IP地址时,我们发现很多DNS服务器忽略了在DNS区域logging中configuration的TTL,并使用他们自己的设置。 我们将TTL设置为一个小时,两周之后,我们仍然有客户击中旧IP。

邮件不像邮件stream量来自比我们的networkingstream量小得多的邮件stream量,但是当我们从我们的旧邮件提供者移动到我们的Exchange服务器时,我们已经将邮件递送到旧的提供者几天。

除了联系pipe理DNS服务器的信息不正确的人员并请求为您的域名刷新DNScaching之外,您无能为力。 有些人会,有些人会忽略你。