Support for SMTP Port 587 #3345
ivansalloum
started this conversation in
Development discussions
Replies: 1 comment 1 reply
-
|
I solved it by redirecting port 587 from the firewall (or iptables) to port 25. That way both work. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I appreciate the robust capabilities of Postal as an open-source mail delivery platform. I would like to discuss the potential for Postal to support additional SMTP ports, specifically port 587, alongside the default port 25.
Port 587 is widely recognized as the standard port for email message submission with explicit TLS encryption via STARTTLS. This port is commonly used for client-to-server communications and is often preferred due to its support for secure transmission.
While I understand that Postal supports explicit TLS with STARTTLS on port 25, integrating support for port 587 could enhance compatibility with various email clients and services that default to this port for secure email submission.
I have noticed some confusion in discussions regarding the nature of these ports, particularly the misconception that port 587 uses implicit TLS. To clarify, port 587 employs explicit TLS via STARTTLS, initiating a secure connection upon the client's request. And since Postal supports explicit TLS with STARTTLS on port 25, port 587 should also function seamlessly and integrate easily.
Given that Postal's SMTP server port can be configured through the
postal.ymlfile or thePORTenvironment variable, I am interested in understanding if there are specific reasons for the default limitation to port 25 and whether there are plans to officially support port 587 in future releases.Beta Was this translation helpful? Give feedback.
All reactions