diff options
| author | Sam Varshavchik | 2016-09-26 19:53:00 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2016-09-26 19:53:00 -0400 |
| commit | 22aa61750562f69db443f93518080cd1b5d923ea (patch) | |
| tree | 165b98fdc87c5c67dc2047e9531f3e02ad5b8274 /imap/pop3d-ssl.dist.in.git | |
| parent | fad0ccf44dfe2a27c10d932c6d424bc3ebe38bd0 (diff) | |
| download | courier-libs-22aa61750562f69db443f93518080cd1b5d923ea.tar.bz2 | |
Fix missing config settings.
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 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 |
