E1 Tips The Tips & Tricks of a CNC Administrator on Oracle JDEdwards EnterpriseOne

SMTP Test

11.13.2009 · Posted in Microsoft, SMTP, Telnet

I ran across this while working on a different project but thought that it might be handy.

SMTP relay behavior in Windows 2000, Windows XP, and Exchange Server

The basic test:

Start a command prompt.

  1. Type telnet ServerName 25, where ServerName is the SMTP server name or IP address and 25 is the port number, and then press ENTER.
  2. Type EHLO, and then press [ENTER].
  3. At the Telnet session prompt, type RSET. The telnet session responds with text that is similar to the following:
    250 2.0.0 Resetting
  4. Type MAIL FROM:UserName@DomainName.tld, where UserName is the name of the user, DomainName is the name of the domain, and tld is the top level domain such as .com or .net.
    The telnet session responds with text that is similar to the following:

    250 2.1.0 UserName@DomainName.tld….Sender OK

  5. Type RCPT TO:RecipientName@DomainName.tld, where RecipientName is the e-mail address of the recipient.
    The telnet session responds with text that is similar to the following:

    550 5.7.1 Unable to relay for RecipientName@ DomainName.tld

pf button SMTP Test
evernote SMTP Testdigg SMTP Testshare save 171 16 SMTP Test
Tags:

Leave a Reply