Port 25 or Port 587 #2563
-
Hello, Can Postal support multiple ports? Also, will port 587 provide more security by default? Per this article it does: https://www.cloudflare.com/learning/email-security/smtp-port-25-587/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Postal can only bind to a single port however there is nothing stopping you routing multiple ports within the server with iptables. If you search the issues/discussions for 2525 then you should be able to find an example of it. The only thing Postal doesn't support is implicit TLS, all connections to Postal must upgrade to TLS via STARTTLS after initially connecting insecurely. I wouldn't say that just using a different port number provides any additional security as in Postal case it is the same service and code receiving the network traffic. It mostly depends on any network blocks you need to work around. |
Beta Was this translation helpful? Give feedback.
if you've copied the certificate files to the config directory, you could try
postal bash smtp
andls -hal /config
to confirm the permissions on the files. It may be that they're restricted to root or something that prevents Postal from reading it.