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

Mail Server Settings

When your hosting account is configured, your email configuration information will be included in...

How to Access Webmail?

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

How to Create Email Accounts

Log in to cPanel   Click Email Accounts under the E-mail tab   Fill in th...

How many email accounts can I have?

All our shared hosting plans allow you to create as many Email accounts as you want. However, you...

How to Control Incoming Spam

Method 1 - SpamAssassinSpamAssassin is an email utility that attempts to filter spam by examining...