标题: MDeamon收发都不行,急, [打印本页] 作者: chinadaiyi 时间: 2005-11-29 17:27 标题: MDeamon收发都不行,急, Tue 2005-11-29 15:39:56: [AJIOYCN] 要求请求: View=11 Session=AJIOYCN&View=Compose&ComposeInNewWindow=Yes&ChangeView=No&SendNow=Yes<br>
Tue 2005-11-29 15:39:57: [AJIOYCN] 正在创建 RFC822 E-mail 文件。<br>
Tue 2005-11-29 15:39:57: [AJIOYCN] SMTP 正在从 "daiyi" <daiyi@teron.cn> 发送邮件。<br>
Tue 2005-11-29 15:39:57: [AJIOYCN] SMTP 正在连接到 127.0.0.1:25...<br>
Tue 2005-11-29 15:39:57: [AJIOYCN] SMTP Winsock 连接错误: 10053.<br>
<br>
<br>
<font color="red">winsock 连接错误:10053</font> ??<br>
<br>
帮忙看看,很急,作者: goxia 时间: 2005-11-30 08:46 标题: 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).