diff options
| author | Sam Varshavchik | 2016-11-27 16:29:05 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2016-11-27 16:29:05 -0500 |
| commit | dd1ec1a65ba3ed030069698824a4b3eabc58b455 (patch) | |
| tree | ec97e60bfdaf3c102328982f8dfa3c8ae8ae0dd6 /imap/pop3d-ssl.dist.in.git | |
| parent | 2d4cfb175a183453c9339b8affb0b8c226abc98f (diff) | |
| download | courier-libs-dd1ec1a65ba3ed030069698824a4b3eabc58b455.tar.bz2 | |
Add missing setting.
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
