Perform an SMTP Telnet to test an outgoing Exchange server connection

Perform an SMTP Telnet to test an outgoing Exchange server connection

We are using Windows Small Business Server (SBS) 2003. We are having issues with our outgoing Exchange Server email, but our incoming email is working just fine. When we ping the outgoing email server, we get a timeout response. Is the outgoing server supposed to reply?

    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by Exchange professionals today working with Exchange, Outlook and other related technologies.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchExchange.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchExchange.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

VIEW MEMBER FEEDBACK TO THIS ASK THE EXPERT Q&A.

If you are using Exchange Server as part of Windows SBS, then both your incoming and outgoing email servers are probably the same, meaning that Exchange handles both. However, if this is not the case, then where is the outgoing email server? Is it also on your local area network (LAN)? Or is hosted offsite by an Internet Service Provider (ISP)? If the latter is true, then it's possible that the ISP does not permit pinging to that server and has intentionally disabled it.

You can test the outgoing email server by opening a command prompt and then typing:

TELNET <IP ADDRESS OR DNS NAME OF SERVER> 25
For example: telnet outgoingserver.isp.net 25

If the Telnet connection fails, then you have a problem. But if you receive a message that indicates a server name, date/time, etc., then you are good to go.

MEMBER FEEDBACK TO THIS ASK THE EXPERT Q&A:

This works perfectly; thank you very much.
—Simon M.

Do you have comments on this Ask the Expert Q&A? Let us know.

Related information from SearchExchange.com:

  • Tip: How to perform a Telnet SMTP session for Exchange 2003
  • Tutorial: How to use SMTP queues to troubleshoot mail flow
  • FAQ: Microsoft Exchange and Windows SBS
  • Reference Center: SMTP tips and resources
  • This was first published in December 2007