Issue with outgoing port 25 on Azure #3404
Unanswered
vamsiduranc
asked this question in
Help with using Postal
Replies: 2 comments
-
I'm not the project owner. Just another user. But I'm pretty sure MTAs delivering email to other domains must use port 25, as defined in RFC 5321. Port 587 is only for SMTP Submission (with STARTTLS) from mail clients (MUAs). You may need to use a VPS provider that allows port 25 outgoing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If azure doesn't want you to send emails directly from your servers then there isn't much you can do apart from try a different server provider. I'm sure there are plenty that do if you can't ask azure to allow emails. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am trying to setup postal smtp server in Azure VM for sending email from our own application.
But Postal connects to external mail servers (like Gmail, Yahoo, etc.) on port 25 and Azure VM is blocking outbound port 25, Postal is failing to deliver mail directly to recipient mail servers.
Expected behaviour
I want to use postal as smtp relay to send email from my application.
Monitor the mails from postal gui.
Is there any setting in postal.yml configuration that i can force postal server to use 587 to connect to the external email servers? please let me know.
Environment details
Additional information/context
below is the log snipet for reference
Beta Was this translation helpful? Give feedback.
All reactions