Multiple ports #3213
Unanswered
kamnev999
asked this question in
Help with using Postal
Multiple ports
#3213
Replies: 1 comment 3 replies
-
Postal can only listen on one port and 25 is the most recommended choice since Postal only supports explicit SSL with STARTTLS. You can use iptables to listen on multiple ports at the same time, essentially forwarding packets from one port to the one Postal is actually on. Have a look at #91 and other issues If you don't have port 25 open, you probably won't receive any incoming email or message bounces and receiving servers may not trust your Postal since they can't confirm it is a mail server. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
It became necessary to use several ports.
The problem is as follows:
smtp_server:
default_bind_address: "::"
tls_enabled: true
default_port: 588
No matter how I try to add 2 ports 588 and 25, only 1 works.
How can I solve my problem?
Is it possible to set up incoming mail on port 588?
Beta Was this translation helpful? Give feedback.
All reactions