Hello,
The easiest way to check the port 25 is to telnet the port.
Following command can be used from CLI(command prompt or Terminal) of local machine.
Quote:
|
telnet domain-name.com 25
|
If the above command will conncet the smpt server through port 25 and show the following reslut
Quote:
220-server-xxx.yyy ESMTP Exim 4.63 #1 Tue, 17 May 2011 07:17:30 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
|
if the connection is refused then server is running on other port.