Internet Information Server SMTP Gateway Troubleshooting (142614)



The information in this article applies to:

  • Microsoft Internet Information Server 1.0

This article was previously published under Q142614
We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

SUMMARY

Microsoft Internet Information Server SMTP connectivity can be tested with the TELNET utility.

MORE INFORMATION

For additional information on how to test the TCP layer of the connection, please see the following article in the Microsoft Knowledge Base:

115492 : SMTP: Troubleshooting the TCP/IP Layer of the Mail Gateway


Use the TELNET command with a "25" after the host ID or IP address to specify the mail socket. Run the TELNET command from the gateway PC to the host, and from the host to the gateway PC. For example:
   TELNET tcpiphost.company.com 25
   TELNET msmailgwy.company.com 25
				

NOTE: You cannot run the second command unless the gateway is running.

If these commands are successful, you will receive the response "220...." from the destination host. Successful completion means the TCP layer is working. Type QUIT to end the test.

Modification Type:MinorLast Reviewed:6/23/2005
Keywords:kbnetwork KB142614