1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

the switch of smtpd_tls_security_level may to encrypt for submission broke smtpd_tls_protocols

The submission port began offering SSLv3.

With `encrypt`, the smtpd_tls_protocols option is ignored and smtpd_tls_mandatory_protocols must be set instead.

see e39b777abc
This commit is contained in:
Joshua Tauberer
2015-05-20 22:20:45 +00:00
parent c999c6082f
commit eb5e8fe388
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ In Development
--------------
* ownCloud updated to version 8.0.3.
* SMTP Submission (port 587) began offering the insecure SSLv3 protocol due to a misconfiguration in the previous version.
v0.09 (May 8, 2015)
-------------------