邮件服务器-邮件系统-邮件技术论坛(BBS)'s Archiver

海洋科技www.idcsea.com,海外邮件解决方案提供商!

seanzsy 发表于 2008-5-26 13:25

邮件服务器无法发送邮件

求助:邮件服务器无法发送邮件,求高人指点
日志如下:

Attempting SMTP connection to [*******.co.jp]
Mon 2008-05-26 13:21:49: Resolving MX records for [*******.co.jp] (DNS Server: 192.168.1.5)...
Mon 2008-05-26 13:21:49: *  P=010 S=002 D=******.co.jp TTL=(52) MX=[gwix01a.******.co.jp] {******31.67}
Mon 2008-05-26 13:21:49: *  P=010 S=003 D=******.co.jp TTL=(52) MX=[gwix02a.******.co.jp] {******31.68}
Mon 2008-05-26 13:21:49: *  P=100 S=000 D=******.co.jp TTL=(52) MX=[gwse01s.******.co.jp] {******.9.150}
Mon 2008-05-26 13:21:49: *  P=100 S=001 D=******.co.jp TTL=(52) MX=[gwse02s.******.co.jp] {******.9.151}
Mon 2008-05-26 13:21:49: Attempting SMTP connection to [******.31.67:25]
Mon 2008-05-26 13:21:49: Waiting for socket connection...
Mon 2008-05-26 13:21:49: *  Connection established (192.168.1.2:4100 -> ******.31.67:25)
Mon 2008-05-26 13:21:49: Waiting for protocol to start...
Mon 2008-05-26 13:21:50: <-- 220 gwix01a.******.co.jp ESMTP
Mon 2008-05-26 13:21:50: --> EHLO ******.cn
Mon 2008-05-26 13:21:50: <-- 250-gwix01a.******.co.jp
Mon 2008-05-26 13:21:50: <-- 250-8BITMIME
Mon 2008-05-26 13:21:50: <-- 250 SIZE 104857600
Mon 2008-05-26 13:21:50: --> MAIL From:<[email=prvs=1029022f22=fann@01media.cn]prvs=1029022f22=fann@[color=#000000]******[/color].cn[/email]> SIZE=1765089
Mon 2008-05-26 13:21:50: <-- 250 sender <[email=prvs=1029022f22=fann@01media.cn]prvs=1029022f22=fann@[color=#000000]******[/color].cn[/email]> ok
Mon 2008-05-26 13:21:50: --> RCPT To:<[email=Tozaki.Toshio@trans-cosmos.co.jp]Tozaki.Toshio@[color=#000000]******[/color].co.jp[/email]>
Mon 2008-05-26 13:21:51: <-- 250 recipient <[email=Tozaki.Toshio@trans-cosmos.co.jp]Tozaki.Toshio@[color=#000000]******[/color].co.jp[/email]> ok
Mon 2008-05-26 13:21:51: --> RCPT To:<[email=liu.xinjian@trans-cosmos.co.jp]liu.xinjian@[color=#000000]******[/color].co.jp[/email]>
Mon 2008-05-26 13:21:51: <-- 250 recipient <[email=liu.xinjian@trans-cosmos.co.jp]liu.xinjian@[color=#000000]******[/color].co.jp[/email]> ok
Mon 2008-05-26 13:21:51: --> DATA
Mon 2008-05-26 13:21:52: <-- 354 go ahead
Mon 2008-05-26 13:21:52: Sending <d:\mdaemon\queues\remote\pd50000002532.msg> to [202.250.31.67]
Mon 2008-05-26 13:22:21: *  Winsock Error 10054 Connection was reset by the other side!
Mon 2008-05-26 13:22:21: Error writing to socket
Mon 2008-05-26 13:22:21: This message is 8 minutes old; it has 112 minutes left in this queue
Mon 2008-05-26 13:22:21: SMTP session terminated (Bytes in/out: 271/483497)
Mon 2008-05-26 13:22:21: ----------

walter98 发表于 2008-5-26 13:37

不知你们的链路到gwix01a.******.co.jp的状况如何?

seanzsy 发表于 2008-5-26 13:40

可以ping通,应该链接上没问题的吧

walter98 发表于 2008-5-26 13:43

reply时间是多少?

heieye104 发表于 2008-5-26 13:45

没有做域名反向解析吧
另外你也可以查一下你的路由,看看往该邮箱地址的通信是否正常

seanzsy 发表于 2008-5-26 13:49

Pinging gwix01a.*******.co.jp [*******.31.67] with 32 bytes of data:

Reply from *******.31.67: bytes=32 time=391ms TTL=45
Reply from *******.31.67: bytes=32 time=328ms TTL=45
Reply from *******.31.67: bytes=32 time=334ms TTL=45
Reply from *******.31.67: bytes=32 time=380ms TTL=45

Ping statistics for *******.31.67:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 328ms, Maximum = 391ms, Average = 358ms

walter98 发表于 2008-5-26 13:49

发给其他的(非******.co.jp域名)也会出现此类问题吗?

seanzsy 发表于 2008-5-26 13:52

不会,发其他邮箱都没问题

nfore 发表于 2008-5-26 14:17

Mon 2008-05-26 13:22:21: *  Winsock Error 10054 Connection was reset by the other side!

许多这类提示都比较困难,可能并不是你的MD的问题,

seanzsy 发表于 2008-5-26 14:31

我猜也有可能是域名反解的问题,我让对方加我白名单试试

walter98 发表于 2008-5-26 14:46

请看winsock error 10054代码提示:
10054—WSAECONNRESET
Connection reset by peer. The remote host forcibly closed an established connection. This error can occur if the remote process is abnormally terminated (as in memory violation or hardware failure) or if a hard close was performed on the socket. A socket can be configured for a hard close using the SO_LINGER socket option and setsockopt.

nfore 发表于 2008-5-26 14:54

哪位英文历害的给翻译一下

qast 发表于 2008-5-26 14:55

10054 WSAECONNRESET (10054) Connection reset by peer
连接被重置
●连接被强制性关闭,多由于远程接口因超时或者重置而不能连接引起。
●用户建议:一些网络系统有统计报告,在这种情况下可以检测接受到的TCP重置包计数或者ICMP端口不能 到达的数据包。

qast 发表于 2008-5-26 14:57

Mon 2008-05-26 13:22:21: *  Winsock Error 10054 Connection was reset by the other side!
Mon 2008-05-26 13:22:21: Error writing to socket
Mon 2008-05-26 13:22:21: This message is 8 minutes old; it has 112 minutes left in this queue
Mon 2008-05-26 13:22:21: SMTP session terminated (Bytes in/out: 271/483497)
Mon 2008-05-26 13:22:21: ----------

  邮件发送用了8分,链接有问题了

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.