diff options
| -rw-r--r-- | imap/imapd-ssl.dist.in.git | 12 | ||||
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 9 | 
2 files changed, 10 insertions, 11 deletions
| diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git index 15c8ab6..3fe9334 100644 --- a/imap/imapd-ssl.dist.in.git +++ b/imap/imapd-ssl.dist.in.git @@ -182,17 +182,7 @@ COURIERTLS=@bindir@/couriertls  #  # It takes the same values for OpenSSL as TLS_PROTOCOL -##NAME: TLS_CIPHER_LIST:0 -# -# 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" -# -# +TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL"  ##NAME: TLS_MIN_DH_BITS:0  # diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index be691dc..208ff2c 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -160,6 +160,15 @@ COURIERTLS=@bindir@/couriertls  # See GnuTLS documentation, gnutls_priority_init(3) for additional  # documentation. +##NAME: TLS_STARTTLS_PROTOCOL:0 +# +# TLS_STARTTLS_PROTOCOL is used instead of TLS_PROTOCOL for the IMAP STARTTLS +# extension, as opposed to IMAP over SSL on port 993. +# +# It takes the same values for OpenSSL as TLS_PROTOCOL + +TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL" +  ##NAME: TLS_MIN_DH_BITS:0  #  # TLS_MIN_DH_BITS=n | 
