Q:最近我們不少客戶投訴發送郵件失敗,有部分退信信息如下:
> 550-It appears that the DNS operator for tpc.net.cn
> 550-has installed an invalid MX record with an IP address
> 550-instead of a domain name on the right hand side.
> 550 Sender verify failed
很明顯,這是反向解析問題。但是我在不同的地方用另外的ip地址段地址發送,就可以發送成功,實在是奇怪,而這些地址同樣沒有做反向。
還有部分退信信息如下:
>2005-02-21 14:29:31.410212500 delivery 597: deferral:
>Connected_to_194.204.200.6_but_connection_died._(#4.4.2)/
>2005-02-21 14:29:31.410217500 status: local 0/10 remote 71/255
>2005-02-21 14:29:32.138709500 delivery 614: deferral:
>Connected_to_194.131.85.189_but_connection_died._(#4.4.2)/
>2005-02-21 14:29:32.138712500 status: local 0/10 remote 70/255
>2005-02-21 14:29:33.098897500 delivery 596: deferral:
>Connected_to_194.204.200.6_but_connection_died._(#4.4.2)/
>2005-02-21 14:29:33.098902500 status: local 0/10 remote 69/255
這個我查了一下,好像說是本身mail server的dns resolve.conf里列出的dns找不到mx記錄,不知是不是。明天到現場看看。
A:若你的 MX 設了 IP, 那就改為 FQDN.
例如, 將
@ IN MX 1.2.3.4
改為:
@ IN MX mail
mail IN A 1.2.3.4