INTRODUCTION
Many email clients and services use port 25 for SMTP to send out emails. However an ISP (Internet Service Provider) may block port 25 in order to prevent spamming by its customers. This article will show you how you can check to see if Port 25 is blocked on your network.
BEFORE YOU START
This article assumes that you know how to get to a command prompt on your computer.
INSTRUCTIONS
- Type the following command:
telnet yourdomain.com 25
- View Results:
If Port 25 is not blocked, you will get a successful 220 response (text may vary).
If Port 25 is blocked, you will get a connection error or no response at all.Trying 201.44.33.3... Connected to yourdomain.com Escape character is '^]'. 220 ESMTP Exim 4.63 Tue, 24 Jun 2008 13:45:04 -0700
Trying 201.44.33.3... telnet: connect to address 64.13.192.208: Connection refused telnet: Unable to connect to remote host
TIP:
You can use this same technique to check if Port 587 is blocked as well. Just use the following command:
telnet yourdomain.com 587
FAQS
Q: What can I do if port 25 is blocked?
A: You may also choose to use the alternate Port 587. All of our customers should contact their ISP (Internet Service Provider) if Port 25 is blocked. In many instances, they will let you use their outgoing SMTP servers.