diff options
Diffstat (limited to 'imap/imapd-ssl.dist.in.git')
| -rw-r--r-- | imap/imapd-ssl.dist.in.git | 30 | 
1 files changed, 6 insertions, 24 deletions
| diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git index 17f8366..8ed9e36 100644 --- a/imap/imapd-ssl.dist.in.git +++ b/imap/imapd-ssl.dist.in.git @@ -5,7 +5,7 @@  # Do not alter lines that begin with ##, they are used when upgrading  # this configuration.  # -#  Copyright 2000 - 2016 Double Precision, Inc.  See COPYING for +#  Copyright 2000 - 2019 Double Precision, Inc.  See COPYING for  #  distribution information.  #  #  This configuration file sets various options for the Courier-IMAP server @@ -106,9 +106,9 @@ COURIERTLS=@bindir@/couriertls  ##NAME: TLS_PRIORITY:0  # -# GnuTLS setting only +# GnuTLS setting only (use TLS_CIPHER_LIST for OpenSSL)  # -# Set TLS protocol priority settings (GnuTLS only) +# Set TLS protocol priority settings  #  # DEFAULT: NORMAL:-CTYPE-OPENPGP  # @@ -144,33 +144,15 @@ COURIERTLS=@bindir@/couriertls  ##NAME: TLS_CIPHER_LIST:0  # +# OpenSSL only (use TLS_PRIORITY for GnuTLS): +#  # TLS_CIPHER_LIST optionally sets the list of ciphers to be used by the  # OpenSSL library.  In most situations you can leave TLS_CIPHER_LIST  # undefined  # -# OpenSSL: -#  # TLS_CIPHER_LIST="TLSv1:HIGH:!LOW:!MEDIUM:!EXP:!NULL:!aNULL@STRENGTH"  # -# GnuTLS: -# -# TLS_CIPHER_LIST="HIGH:MEDIUM" -# -# The actual list of available ciphers depend on the options GnuTLS was -# compiled against. The possible ciphers are: -# -# AES256, 3DES, AES128, ARC128, ARC40, RC2, DES, NULL -# -# Also, the following aliases: -# -# HIGH -- all ciphers that use more than a 128 bit key size -# MEDIUM -- all ciphers that use a 128 bit key size -# LOW -- all ciphers that use fewer than a 128 bit key size, the NULL cipher -#        is not included -# ALL -- all ciphers except the NULL cipher -# -# See GnuTLS documentation, gnutls_priority_init(3) for additional -# documentation. +# See the OpenSSL ciphers(1) manual page for the format of this setting.  ##NAME: TLS_STARTTLS_PROTOCOL:0  # | 
