XFOR: Telnet to Port 25 of IMC to Test IMC CommunicationID: Q153119
|
This article describes how to "Telnet" to port 25 on the computer running the Microsoft Exchange Internet Mail Connector (IMC) in order to troubleshoot communication problems between a Microsoft Exchange Internet Mail Connector (IMC) and another IMC or hosts.
Before starting the Telnet session, find the Full SMTP address of the
Microsoft Exchange user (something similar to User@Site.Domain.Com) and
the
IP address of the Microsoft Exchange Server running the IMC (something
similar to 125.125.0.4).
NOTE: This information can be used to TELNET to other hosts by simply
substituting the IP for the IMC with the IP address of the host and the
Microsoft Exchange user's SMTP address with one valid for the host you are
connecting to.
Be sure the IMC is started via the Services applet in the Control Panel.
Also note that some telnet applications require you turn on local echoing
in order to see the commands you are typing.
Follow the steps below to make sure communication between the Host and IMC
is working (note: press <Enter> after each line typed):
Telnet 125.125.0.4 25 (substituting the above IP)If this works, you will see this response from the IMC:
220 site.company.com Microsoft Exchange Internet Mail
Connector 4.0.xxx.xx
where xxx.xx is 837.3 for RTM, and 838.14 for SP1.HELO test.company.comYou should see this response:
250 OK
MAIL FROM:<Admin@po1.company.com>You should get the following response:
250 OK - MAIL FROM <Admin@po1.company.com>
RCPT TO:<User@Site.Domain.Com>You should see this response:
250 OK - Recipient <User@Site.Domain.Com>
DATAYou should see this response:
354 Send data. End with CRLF.CRLF
Subject: test messageand press the Enter key twice.
This is a test messageYou will not see a response from this command.
250 OK
QUITYou should see this response:
221 closing connection
If you received a "500 Command not recognized" error message for any of
the
above commands, it means that the IMC did not recognize what you typed due
to a syntax error or invalid command.
Additional query words: 4.00 Internet Mail Service IMS
Keywords : XFOR
Version : winnt:4.0,5.0,5.5
Platform : winnt
Issue type :
Last Reviewed: April 2, 1999