diff options
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 28 | 
1 files changed, 5 insertions, 23 deletions
| diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index 6b5b352..bca75e8 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-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 @@ -91,7 +91,9 @@ COURIERTLS=@bindir@/couriertls  ##NAME: TLS_PRIORITY:0  # -# Set TLS protocol priority settings (GnuTLS only) +# GnuTLS setting only (use TLS_CIPHER_LIST for OpenSSL) +# +# Set TLS protocol priority settings  #  # DEFAULT: NORMAL:-CTYPE-OPENPGP  # @@ -142,29 +144,9 @@ TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL"  # 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  # | 
