SMTP: Err Msg: ERROR Network_Read: Lost Network ConnectionLast reviewed: March 9, 1998Article ID: Q102107 |
3.00
MS-DOS
kb3rdparty kbfile kbtlc
The information in this article applies to:
SUMMARYWhen a connection begins for the Microsoft Mail Gateway to SMTP, the first thing that occurs is a greeting exchange between the TCP/IP host and the SMTP gateway computer. RFC 822 specifies that these greeting replies include host names. However, the SMTP gateway does not include the host names in its greeting replies. Most hosts ignore this particular piece of the 822 RFC. When communicating with an IBM VM host running IBM VM SMTP V2R2, an error may occur because IBM VM requires that the host name be included. As a result, the gateway log file, SMTPGATE.LOG, will record the following error message:
ERROR Network_read: Lost network connection STATUSMicrosoft has confirmed this to be problem in version 3.0 of Microsoft Mail Gateway to SMTP. This problem was corrected in version 3.0.1 of SMTPGATE.EXE. If you do not have version 3.0.1 (or later), you can obtain the latest version from the Microsoft Software Library (MSL). Download SMTPGW.EXE (S14223), a self-extracting file, from any of the following services:
ARTICLE-ID: Q119591 TITLE : How to Obtain Microsoft Support Files from Online Services MORE INFORMATIONThe following is an example of what happens when you connect to the IBM VM host with a telnet session on port 25:
$ telnet 128.227.212.10 25 Trying... Connected to 128.227.212.10. Escape character is '^]'. 220 yourhost.yourdomain.com running IBM VM SMTP V2R2 on Fri, 19 Mar 93 12:19:29 EST HELO 501 Syntax Error. Domain name missing helo myhost.mydomain.com 250 yourhost.yourdomain.com is my domain name. quit 221 yourhost.yourdomain.com IBM VM SMTP V2R2 closing connection Connection closed by foreign host. |
Additional reference words: 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |