How to Check if Your Outgoing Mails are Blocked on Port 25

Many E-mail clients and services use port 25 for SMTP to send out E-mails. 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.
 
  1. Windows OS:
    In order to check if port 25 is blocked, click on the “Start Menu”
    Search for “cmd” and press enter to go to "Command Prompt"
    In the newly opened command prompt enter the following command followed by “Enter” button:
    telnet YourDomain.com 25

  2. Linux OS:
    In order to check if port 25 is blocked, simply open your favorite shell/terminal and type the following command followed by “Enter” button:
    telnet YourDomain.com 25

  3. Apple/Mac OS:
    In order to check if port 25 is blocked, navigate to Mac HD -> “Applications” directory -> Utilities sub-directory. Once the terminal is opened type the following command followed by “Enter”:
    telnet YourDomain.com 25
If you receive the following result, that means that port 21 is not blocked from your ISP or your Firewall:
Trying 127.0.0.1...
Connected to yourwebsite.com.
Escape character is '^]'.
220 ds6-uk.gigalayer.com ESMTP Exim 4.63 Tue, 24 Jun 2015 13:45:04 -0700
If you receive the massage like this, that is mean port 25 is blocked by your local ISP or your Firewall:
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host

Then you should review your firewall or contact your local ISP for further assistance.

This article is provided as a courtesy. Installing, configuring, and troubleshooting third-party applications is outside the scope of support provided by GigaLayer.

Was this answer helpful?

Also Read

How to Change E-mail Password

It is advisable to occasionally change the passwords of your E-mail accounts to maximize your...

How to Access Webmail?

You may follow these steps to access your webmail: Go to http://YOURDOMAIN.COM/webmail...

How to configure Google Mail Exchange on your domain

Gmail is one of the most popular email services, so this tutorial will concentrate on creating MX...

How to Setup Email on Android

These steps may very depending on the model of your device and your Network Service Provider....

Outgoing Mail Policy/Limit

All our shared hosting accounts have a limit of 100 outgoing e-mails per hour. If you want to run...