Allow setting IMAP servers' SSL version
We now allow setting the SSL version used when connecting to IMAPS servers, and do so via the `ssl_version` configuration option. We default to the current practice (letting python's "ssl" library automatically detect the correct version). There are however rare cases where one must specify the version to use. Signed-off-by: Ryan Kavanagh <rak@debian.org>
This commit is contained in:
@ -325,6 +325,13 @@ ssl = yes
|
||||
|
||||
#cert_fingerprint = <SHA1_of_server_certificate_here>
|
||||
|
||||
# SSL version (optional)
|
||||
# It is best to leave this unset, in which case the correct version will be
|
||||
# automatically detected. In rare cases, it may be necessary to specify a
|
||||
# particular version from: tls1, ssl2, ssl3, ssl23 (SSLv2 or SSLv3)
|
||||
|
||||
# sslversion = ssl23
|
||||
|
||||
# Specify the port. If not specified, use a default port.
|
||||
# remoteport = 993
|
||||
|
||||
|
Reference in New Issue
Block a user