Outbound SMTP Port

jacobsul

New member
Joined
Jan 2, 2009
Messages
4
Hello,

My internet provider blocks outbound port 25 connections. Is there an alternate port that I can point mail program too?

-Andre
 
There is only one real solution: having a relaying SMTP server elsewhere with a different listening port.
Or, of course, you can ask your ISP to let the port open.
 
Yep that would work, but I don't think cable company will do that for me..

I'm sure that helix has another port available for outbound messages.
 
What you need is a smart host, and a lot of ISP have it.

ISP that block port 25 usually allow relaying on their SMTP servers from internal lines, thus offering a smart host service, because that permits to have a control on what is sent from their customers without blocking it completely.

Read the "Use in spam control efforts" section of the smart host Wikipedia page, call your ISP and ask for it. If they block port 25 without offering that service, you probably can bitch about it because it's not professional at all, and they will have to comply.
If their support section doesn't know what you are talking about, just try "smtp.ispdomain.example" and "mail.ispdomain.example" directly as smart host, it will probably work. Search for "exim smart host" on Google to learn how to set up your MTA.

There is absolutely no way to have a complete and working SMTP outbound service without having access to port 25 and without a smart host (yours, as I suggested in my first post, or at your ISP). Forget about it.

Oh, and one last thing. ISP block port 25 usually only for private customers, because of spam zombies. Private cable (or ADSL) customers usually have dynamic IP addresses. With a dynamic IP address you can't have DirectAdmin. If I'm right, you are on the wrong forum.
 
Last edited:
There is absolutely no way to have a complete and working SMTP outbound service without having access to port 25

Why not? After all we are only talking about outbond email. We can easily tell our users to always use port 587. We as hosts have control of that. We do not need our users to use port 25 at all in order to send email from their isp.
 
Why not? After all we are only talking about outbond email. We can easily tell our users to always use port 587. We as hosts have control of that. We do not need our users to use port 25 at all in order to send email from their isp.

ISP don't block inbound port 25, it doesn't make any sense. They block outbound port 25, thus his server can't connect to the receiving MSA of the message.

Of course I could have understood it all wrong, maybe he's talking about an MUA (like MS Outlook) trying to connect to an MSA (like exim) elsewhere... in this case anything I said can be forgotten: he just has to connect via port 587 ;)
 
Floyd and Tillo Thanks..

I was referring to outlook client... I am going to reset to the port suggested.. I'll let you know what happens..
 
Back
Top