My SMTP port 25 is Blocked by my ISP

Last modified: July 27, 2020
You are here:
Estimated reading time: 1 min

Fastycloud Web Hosting servers have opened port 25000 and 2500 for our customers who require SMTP services but their ISP blocks port 25.

This change will not affect current users that are able to use port 25. It allows the users who can not user it to have another port to connect to for the purposes of sending E-Mail.

ISP that block Port 25:

  • AT&T (can be unblocked at the request)
  • MindSpring
  • BellSouth
  • MSN
  • CableOne
  • NetZero
  • Charter
  • People PC
  • Comcast ATTBI
  • Sprynet
  • Cox
  • Sympatico.ca
  • EarthLink
  • Verio
  • Flashnet
  • Verizon
  • MediaOne

To manually test your mail server you can perform the following

  1. Open a command prompt (start>run>cmd in windows 2000 or greater)
  2. Type “telnet [your mail server IP] 25” don’t forget the port number – – – this will open an SMTP connection
  3. Type “helo yourdomain.com” – – – server will respond “220 mx.mydom.com SMTP”
  4. Type “mail from:<[email protected]>” – – – server responds “250 Address Ok”
  5. Type “rcpt to:<[email protected]>” – – – server responds “550 not local host someotherdomain.com, not a gateway”
  6. Type “data”
  7. Type “subject:Some email subject”
  8. Type “Text for the email body”
Was this article helpful?
Dislike 0
Views: 9