-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port 465: conflicting configs: implicit TLS + auto StartTLS #372
Comments
@nolanholden thanks for reporting this. I've tried to disable starttls_auto but it doesn't seem like starttls_auto conflicts with explicit tls config - enable_starttls_auto: false doesn't change anything for me when testing SMTP on 465 port. |
At least in my case, 465 is properly accepting trafffic. As I mentioned in OP, that script (with full TLS) works fine for 465 for my mail host. |
@nolanholden can you please try the latest app version - we've disabled starttls_auto if 'tls' option is selected. |
thx so much. will test soon, within week. |
When using port 465 and security setting TLS, my connection times out. Whereas 587 & Auto works fine, mail server is functioning, and port 465 implicit TLS is functioning as confirmed via script:
I believe StartTLS is generally not permitted for implicit TLS (SMTPS), and will fail sends for some servers.
The text was updated successfully, but these errors were encountered: