Not able to change the Submission port to 587 #3540
Answered
by
WantedFreak
Shamri04
asked this question in
Help with using Postal
-
|
Hi Team, I am using Postal with port 25 for both submission and delivery. Postal clearly states that port 587 cannot be used for delivery, which is fine. We are trying to change the submission port to 587 with STARTTLS enabled, so that when a client sends an email to Postal, the connection is encrypted. I have tried multiple changes in the configuration file, but nothing has helped. I am still unable to see port 587 listening when checking with the netstat command. |
Beta Was this translation helpful? Give feedback.
Answered by
WantedFreak
Mar 5, 2026
Replies: 1 comment 1 reply
-
|
I redirect traffic with iptables like so Now both port 25 and 587 works. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
willpower232
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I redirect traffic with iptables like so
Now both port 25 and 587 works.