dma icon indicating copy to clipboard operation
dma copied to clipboard

SSL errors are not generating permanent error

Open bigon opened this issue 6 years ago • 2 comments

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?

bigon avatar Jul 19 '19 20:07 bigon

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

corecode avatar Jul 19 '19 20:07 corecode

What do you think?

corecode avatar Aug 30 '19 07:08 corecode