From dd1ec1a65ba3ed030069698824a4b3eabc58b455 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 27 Nov 2016 16:29:05 -0500 Subject: Add missing setting. --- imap/pop3d-ssl.dist.in.git | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'imap/pop3d-ssl.dist.in.git') diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index 208ff2c..b11ac08 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -130,6 +130,15 @@ COURIERTLS=@bindir@/couriertls # # The default value is TLSv1+ +##NAME: TLS_STARTTLS_PROTOCOL:0 +# +# TLS_STARTTLS_PROTOCOL is used instead of TLS_PROTOCOL for the POP3 STLS +# extension, as opposed to POP3 over SSL on port 995. +# +# It takes the same values for OpenSSL as TLS_PROTOCOL + +TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL" + ##NAME: TLS_CIPHER_LIST:0 # # TLS_CIPHER_LIST optionally sets the list of ciphers to be used by the -- cgit v1.2.3