Server Gigabit Guide

Testing POP3 and SMTP Server Mail Server Using Telnet

You are here:
Estimated reading time: < 1 min

You may perform the following test to confirm the SMTP server is online and responding:

1. Start > Run > cmd (WinNT/XP/2003) orStart > Run > command (Win95/98)

telnet.mail

2. Type command:telnet mail.domainname.com 25 (Example as below)

 

You should receive some response as below:

receive some response

The message confirmed that the SMTP server is working properly.

3. To quit the Telnet prompt, type “quit”.

To confirm the POP server is online and responding:

1.Start > Run > cmd (WinNT/XP/2003) orStart > Run > command (Win95/98)

2.telnet mail.domainname.com 110 (Example as below)telnet mail.domainname.com

You should receive some response as below:pop message confirmed

The message confirmed that the POP server is working properly.

3. To quit the Telnet prompt, type “quit”

Was this article helpful?
Dislike 0
Views: 43