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

SSL errors are not generating permanent error #65

Open
bigon opened this issue Jul 19, 2019 · 2 comments
Open

SSL errors are not generating permanent error #65

bigon opened this issue Jul 19, 2019 · 2 comments

Comments

@bigon
Copy link

bigon commented Jul 19, 2019

Hi,

In case of error, smtp_init_crypto() returns 1, this means that deliver_to_host() will return 1 to deliver_remote() which is translated as a temporary failure.

Shouldn't failure to establish a secure SSL connection be a permanent failure?

@corecode
Copy link
Owner

No, if the server as a temporary certificate issue, we shouldn't bounce the mail.

@corecode
Copy link
Owner

What do you think?

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

2 participants