标题: 10053错误 [打印本页] 作者: job21 时间: 2006-3-13 11:27 标题: 10053错误 怎么回事啊,前几还正常的,今天就只能收,不能发了<br>
<br>
> The attached message had transient non-fatal delivery errors<br>
> <br>
> THIS IS A WARNING MESSAGE ONLY - YOU DO NOT NEED TO RESEND YOUR MESSAGE!<br>
> <br>
> This server is configured to automatically retry delivery at configured<br>
> intervals. Subsequent attempts to deliver this message are pending.<br>
> <br>
> Failed address: david.s.khoo@gsk.com<br>
> <br>
> --- Session Transcript ---<br>
> Mon 2006-03-13 10:14:20: Parsing Message <xxxxxxxxxxxxxxxxxxxxxxxx\pd35000000319.msg><br>
> Mon 2006-03-13 10:14:20: From: sandyren@tiaaphrma.com<br>
> Mon 2006-03-13 10:14:20: To: david.s.khoo@gsk.com<br>
> Mon 2006-03-13 10:14:20: Subject: Fw: sample of sesamol!<br>
> Mon 2006-03-13 10:14:20: Message-ID: <007001c6463b$36fdb810$767ba8c0@sandyren><br>
> Mon 2006-03-13 10:14:20: MX-record resolution of [gsk.com] in progress (DNS Server: 202.102.15.162)...<br>
> Mon 2006-03-13 10:14:25: * P=040 D=gsk.com TTL=(5) MX=[gsk.com.mail8.psmtp.com] {64.18.5.10}<br>
> Mon 2006-03-13 10:14:25: * P=030 D=gsk.com TTL=(5) MX=[gsk.com.mail7.psmtp.com] {64.18.5.10}<br>
> Mon 2006-03-13 10:14:25: * P=020 D=gsk.com TTL=(5) MX=[gsk.com.mail6.psmtp.com] {64.18.5.10}<br>
> Mon 2006-03-13 10:14:25: * P=010 D=gsk.com TTL=(5) MX=[gsk.com.mail5.psmtp.com] {64.18.5.10}<br>
> Mon 2006-03-13 10:14:25: Attempting MX: P=010 D=gsk.com TTL=(5) MX=[gsk.com.mail5.psmtp.com] {64.18.5.10}<br>
> Mon 2006-03-13 10:14:25: Attempting SMTP connection to [64.18.5.10 : 25]<br>
> Mon 2006-03-13 10:14:25: Waiting for socket connection...<br>
> Mon 2006-03-13 10:14:25: Winsock Error 10053 Software caused a connection abort.<br>
> Mon 2006-03-13 10:14:25: Error connecting socket<br>
> Mon 2006-03-13 10:14:25: This message is 61 minutes old; it has 0 minutes left in this queue<br>
> Mon 2006-03-13 10:14:25: Primary queue lifetime exceeded; message placed in retry queue<br>
> --- End Transcript ---<br>
> : Message contains [1] file attachments<br> 作者: goxia 时间: 2006-3-13 16:41 标题: re:Winsock error 10053... Winsock error 10053 usually occurs with routers, firewalls and proxies. Are you using any of these? If you're using a router, please be sure that the MTU setting is at 1500. Then, see if this resolves your issue. If not, double check the MTU setting on the MDaemon server (the MTU setting is in the registry). <br>
<br>
Here's more on Winsock 10053:<br>
<br>
WSAECONNABORTED (10053) Software caused connection abort <br>
<br>
A connection abort was caused internal to your host machine. The software caused a connection abort because there is no space on the socket's queue and the socket cannot receive further connections.<br>
<br>
WinSock description: The error can occur when the local network system aborts a connection. This would occur if WinSock aborts an established connection after data retransmission fails (receiver never acknowledges data sent on a datastream socket). <br>
<br>
TCP/IP scenario: A connection will timeout if the local system doesn't receive an (ACK)nowledgement for data sent. It would also timeout if a (FIN)ish TCP packet is not ACK'd (and even if the FIN is ACK'd, it will eventually timeout if a FIN is not returned).