[quote user="ral"]
i have same problem like described in this (very old) post
http://www.webservertalk.com/message1018435.html
i get email from gmx, ebay, and so on
but not from hotmail, my server a work ..
any idea
[/quote]
Firewall or packet fragmentation comes to mind. If there is nothing between Mercury/32 and the server like some sort of anti-spam/virus application then I think you should look at packet fragmentation. POP3/SMTP transmissions may fail if the MTU packet size is so large that a packet is fragmented. In many cases the receiving system router blocks the receiving servers "packets fragmented" response to the sending system using "MTU Discovery". These oversize packets are not accepted and so are resent. This results in a timeout, generally at the end of the message transmission but it can be anywhere in the process. You need to reduce the MTU size. Windows defaults to a 1500 MTU and many routers and DSL connections need 1492. You might simply want to turn off the MTU Discovery operation.
You might want to get a copy of SG TCP Optimizer that I find quite handy. http://www.speedguide.net/downloads.php This little utility will allow you to test your MTU for maximum size without fragmentation against specific servers. If will also make it easy to adjust the MTU.
And finally, does this computer, by chance, happen to have an NVidia NForce 4 chipset on the motherboard? If so, many other have had this exact problem, and it turned out to be an optimization setting for the built in NIC which caused the problems with packet fragmentation. Disabling the advanced optimization capability called "checksum offload" made all the problems of sending SMTP mail via WinPMail disappear.
[quote user="ral"]<p>i have same problem like described in this (very old) post</p>
<p mce_keep="true">&nbsp;</p>
<p><a href="http://www.webservertalk.com/message1018435.html" mce_href="http://www.webservertalk.com/message1018435.html">http://www.webservertalk.com/message1018435.html</a></p>
<p>&nbsp;i get email from gmx, ebay, and so on</p>
<p mce_keep="true">
</p>
<p mce_keep="true">but not from hotmail, my server a work ..
&nbsp;</p>
<p>any idea</p><p>
[/quote]</p><p>&nbsp;</p><p>Firewall or packet fragmentation comes to mind.&nbsp; If there is nothing between Mercury/32 and the server&nbsp; like some sort of anti-spam/virus application then I think you should look at packet fragmentation.&nbsp; POP3/SMTP transmissions may fail if the MTU packet size is so large that a packet is fragmented.&nbsp; In many cases the receiving system router blocks the receiving servers "packets fragmented" response to the sending system using "MTU Discovery".&nbsp; These oversize packets are not accepted and so are resent.&nbsp; This results in a timeout, generally at the end of the message transmission but it can be anywhere in the process.&nbsp; You need to reduce the MTU size. Windows defaults to a 1500 MTU and many routers and DSL connections need 1492.&nbsp; You might simply want to turn off the MTU Discovery operation.
You might want to get a copy of SG TCP Optimizer that I find quite handy.&nbsp; http://www.speedguide.net/downloads.php&nbsp; This little utility will allow you to test your MTU for maximum size without fragmentation against specific servers.&nbsp; If will also make it easy to adjust the MTU.&nbsp;
And finally, does this computer, by chance, happen to have an NVidia NForce 4 chipset on the motherboard?&nbsp; If so, many other have had this exact problem, and it turned out to be an optimization setting for the built in NIC which caused the problems with packet fragmentation. Disabling the advanced optimization capability called "checksum offload" made all the problems of sending SMTP mail via WinPMail disappear.
</p>