Deru Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

ISPs blocking smtp port 25

Add comment
Views: 1242
Votes: 0
Comments: 0
Posted: 26 Dec, 2007
by: Prasad P.
Updated: 26 Dec, 2007
by: Prasad P.

It is common to see that some ISPs blocking smtp port 25 to prevent other mail servers to send emails through them. It is easy to verify whether your ISP is blocking port 25 or not.

On your windows machine, click on Start -> Run, and type the following,

telnet domain.com 25

and click OK

If the smtp port is not blocked, you will get normal smtp greeting message similar to the following.

bash-3.1$ telnet deru.net 25
Trying 140.99.9.19...
Connected to deru.net (140.99.9.19).
Escape character is '^]'.
220-para.deru.net ESMTP Exim 4.63 #1 Fri, 21 Dec 2007 09:25:22 -0700
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
quit
221 para.deru.net closing connection
Connection closed by foreign host.
bash-3.1$


Otherwise, the connection to port 25 on your domain times out.

If the port 25 is blocked, you need to use the ISP's mail server as outgoing mail server to send out emails from your email clients.

If you are a Deru Customer, you can still send emails using your domain, but using port 26 for smtp.

Following are the steps to change the smtp port to 26 on your outlook express.

1. Open Outlook express
2. Click on Tool -> Accounts
3. Highlight the account and click on Properties
4. Select Advanced tab
5. Under Server Port Numbers, change Outgoing mail (SMTP) port to 26
6. Click on Apply and OK to save the changes
Also read
document Outlook error 0x8004210B

Others in this Category
document Outlook error 0x8004210B
document Outlook error Ox800CCC69, Server Response '550 message = IP is listed at cbl.abuseat.org'
document Outlook express: view headers of mails
document Configure outlook express to pop mails
document Setting maximum message size in Smarter mail
document Outlook Express Error 0X800CCC1A
document Steps to un-check the option "Leave a Copy of Messages on Server" for different e-mail clients
document How to read exim main log?
document How to convert mbox to maildir for a single domain on a cpanel server?
document How to block spoof/spam mails?
document RoundCube webmail locks up on sending



RSS