Overview

More Admin Tools

Articles

Downloads

TCP Port Check SMTP 25  |  08-Jan-2025    

 

How to check the TCP port 25 (SMTP)  

 

SMTP Check Port 25 with Telnet command

Open a command prompt and enter the following:

telnet smtp-server.domain.com 25

If a functioning mail server can be reached at the address, it will report back something like the following:

220 wp246.webpack.hosteurope.de ESMTP Host Europe Mail Service Wed, 08 Jan 2025 12:06:01 +0100

If the Telnet client is missing on your computer, you must first install this feature. Alternatively, you can also use Putty (link: Putty SMTP Check 25) or the PortCheck tool.


SMTP-Check Port 25 with the PortCheck command

Enter the following in the free command line tool PortCheck:

portcheck.exe <my mailserver> 25

Example:
portcheck.exe EXCH-SRV1 25

Inquires whether the Exchange server EXCH-SRV1 is responding on port 25.

Port 25 is the standard mail server port. SMTP is the Simple Mail Transfer Protocol. Most mail servers respond on this port. The encrypted (SSL) SMTP protocol is located on port 465.

To run the check permanently (syntax as for the ping command), use

portcheck.exe -t EXCH-SRV1 25


PortCheck is a portable tool - so no installation is required. The tool can be downloaded from Heise, for example: TCP Portcheck Heise.

 

>>> TCP Ping Homepage

 

-----
Software: PortCheck
Category: TCP Ping for Windows / Check TCP ports Windows 11
Type: Command line (cmd), TCP port ping, Ping TCP port number
Operating Systems: Windows 7 / Windows 8 / Windows 10 / Windows 11 / Windows Server 2008 / Windows Server 2012 / Windows Server 2016 / Windows Server 2019 / Windows Server 2022