1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

drop SSLv3, RC4 ciphers from SMTP port 25

Per http://googleappsupdates.blogspot.ro/2016/05/disabling-support-for-sslv3-and-rc4-for.html, Google is about to do the same.

fixes #611
This commit is contained in:
Joshua Tauberer
2016-06-12 08:50:31 -04:00
parent fac8477ba1
commit 3055f9a79c
4 changed files with 45 additions and 72 deletions

View File

@@ -7,6 +7,7 @@ In Development
Mail:
* Roundcube is updated to version 1.2.0.
* SSLv3 and RC4 are now no longer supported in incoming and outgoing mail (SMTP port 25).
v0.18c (June 2, 2016)
---------------------