Link to home
Start Free TrialLog in
Avatar of Kevin Caldwell
Kevin CaldwellFlag for United States of America

asked on

I need SMTP relay installed Program that does not use port 25.

My customer is in the middle of nowhere and our only ISP is Verizon.  I have a Smarthub in place providing the internet.   By default, Verizon blocks the outgoing smtp port 25 and will not unblock it.    I am looking for a program that I can install on a pc at the site that can act as a smtp relay service but NOT use port 25.   I need to relay the messages through that PC from a legacy iSeries.    So a webservice smtp relay program does not help me.   Anyone dealt with this before?
Avatar of n2fc
n2fc
Flag of United States of America image

Due to many ISPs blocking Port 25, most email servers provide alternate ports... Some use 26, still others use port 587 with TLS or 465 with SSL...

You should try these simple solutions before going crazy with alternate efforts!
Using a system behind a port 25 blocking ISP as a primary mail server isnt practical.  You need to use a smart host, which is another system to relay mail for you.

Sendgrid.com has a free smtp relay service that offers a number of port choices for up to 100 emails a day, and a cheap plan for more.

We also use Godaddys legacy email relay service, which offers several alternative ports.

Suggest you just use a relay provider that supports a secure connection and use port 465.
Avatar of Dr. Klahn
Dr. Klahn

Gary's comment supra is apposite.  Outgoing port 25 traffic is problematic on many ISPs.  I have the same problem and now I relay out through smtp2go.com, which is free for any reasonable number of outgoing emails and something like $0.002 each for over the limit.
You asked...

"I need SMTP relay installed Program that does not use port 25."

Easy to do + likely not useful.

You can setup an MTA to send to other SMTP servers using any non-25 port.

And other SMTP servers listen for connections on port 25.

So you can setup this up easy + your server won't be able to talk to any other server.

Likely what you're really require is using port 587 authenticated submission through a relay server like MailGun.

With MailGun, first 10K messages/month send free.
There are some old apps that only send on port 25. This means that the simple idea of an external smarthost on a different port won't work.
I have used a number of redirect methods in the past to get around this.

Here's one option, using an MS IIS SMTP server to send via Gmail.
https://blog.glcomputing.com.au/2018/05/emailing-from-actcrm-via-gmail-and-smtp.html

You could replace Gmail with any suitable smarthost you like.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.