Skip to content
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

Sending to SMTP on port 465 (SSL) fails #220

Closed
bnvk opened this issue Oct 24, 2013 · 2 comments
Closed

Sending to SMTP on port 465 (SSL) fails #220

bnvk opened this issue Oct 24, 2013 · 2 comments
Milestone

Comments

@bnvk
Copy link
Contributor

bnvk commented Oct 24, 2013

I tried adding a route to one of my user Profiles sending on port 465 (the default for SSL) and it failed in a weird way! I even tried changing the protocol to smtpssl:// and it still failed!

@ghost ghost assigned BjarniRunar and bnvk Oct 24, 2013
@BjarniRunar
Copy link
Member

My tests indicate this is working now. But please reopen or file a new issue if I'm wrong!

@stefan2904
Copy link

Since which version is this supposed to work?
I just pulled from master and I am still not able to connect. :/

My mailserver says the following:

postfix/smtpd[6647]: connect from localhost[127.0.0.1]
postfix/smtpd[6647]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
postfix/smtpd[6647]: warning: SASL authentication failure: incorrect digest response
postfix/smtpd[6647]: warning: localhost[127.0.0.1]: SASL CRAM-MD5 authentication failed: authentication failure
postfix/smtpd[6647]: lost connection after AUTH from localhost[127.0.0.1]

Same settings work with Thunderbird & K9.

(I am not sure, but it seems the servers speaks SASL PLAIN only, since it's using TLS anyway.
Is it possible that you are not supporting this (yet)?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants