williammabotja_44505 I have decided to use port 2525 as my SMTP PORT
Can you please elaborate why you did this?
English
williammabotja_44505 I have decided to use port 2525 as my SMTP PORT
Can you please elaborate why you did this?
Have something to say?
Join the community by quickly registering to participate in this discussion. We'd like to see you joining our great moo-community!
I don’t know why you would want to use a custom port. TCP/25 is standard for SMTP, and also needed if you want to send or receive email from/to other mailservers.
esackbauer I assumed AWS blocks port 25
[unknown] I assumed AWS blocks port 25.
[unknown] I assumed AWS blocks port 25.
They do by default, yes. And changing the ports to anything except TCP/25 will render your mailserver not able to receive/send emails to/from other mailservers.
pkernstock So, I have no recourse but to ask for permission?
pkernstock Chat GPT said I can use a relay port, like 587 to send the mail. In the postfix form of [mail.server.com]:587 as the value for relayhost.
Yes, you - as the client - can. But ideally you also want your mailserver to deliver emails to other mailservers - and TCP/25 is used for this.
Thanks a lot. I’ll try get the block removed or buy a VM that doesn’t block port 25.
Thanks. Got a VPS from DartNode.
pkernstock is it possible to forward smpt trafic to a vps on port 2525 and from the vps sending it with port 25?
knaftoli Yes thats possible. This is named “sender dependent transport” in mailcow where you configure the relay server and assign this sender dependent transport to the domains that should use it.
knaftoli Yes but that makes the hole setup more complicated. Why not just run Mailcow on that VPS then?
Sure, you’ll probably need a more powerful VPS than if you were just using it as a proxy, but overall it doesn’t have to be more expensive. I mean, it’s not like AWS is giving away their compute resources for free, is it? ;-)
mlcwuser I used DartNode, I purchased a VPS with 2 vCore $7, they’re having a valentine’s special.
Here’s the Link:
My Server is now Running, with Port 25 open, Sending and Receiving Mails.
(EDIT @pkernstock: Removed affiliate link.)