Displaying 1 result from an estimated 1 matches for "master_service_ssl_default_settings".
2018 Mar 11
0
2.2.34 broken if ssl_protocols contains !SSLv2
...ope with strings containing "!SSLv2".
dovecot: imap-login: Fatal: Unknown ssl_protocols setting: Unrecognized protocol 'SSLv2'
This string might be configured explicitly by the user, or if the user
hasn't configured this themselves it could also come from the default
because master_service_ssl_default_settings sets this:
#ifdef SSL_TXT_SSLV2
.ssl_protocols = "!SSLv2 !SSLv3",
#else
.ssl_protocols = "!SSLv3",
#endif