diff options
| author | Sam Varshavchik | 2018-06-21 23:12:17 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-06-21 23:12:17 -0400 | 
| commit | 778d07bc34d03e4ad77e7438898a54f3dbb2e31a (patch) | |
| tree | c60ee3cff13fb30b3022469fd6f9304f0b34cfda /imap/imapd-ssl.dist.in.git | |
| parent | 004fa65d2fc50e9901859708cfe00d11cf121e25 (diff) | |
| download | courier-libs-778d07bc34d03e4ad77e7438898a54f3dbb2e31a.tar.bz2 | |
Add option to drop root when starting couriertls.
Diffstat (limited to 'imap/imapd-ssl.dist.in.git')
| -rw-r--r-- | imap/imapd-ssl.dist.in.git | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git index df5cf02..50f1879 100644 --- a/imap/imapd-ssl.dist.in.git +++ b/imap/imapd-ssl.dist.in.git @@ -200,10 +200,8 @@ TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL"  ##NAME: TLS_CERTFILE:0  # -# TLS_CERTFILE - certificate to use.  TLS_CERTFILE is required for SSL/TLS -# servers, and is optional for SSL/TLS clients.  TLS_CERTFILE is usually -# treated as confidential, and must not be world-readable. Set TLS_CERTFILE -# instead of TLS_DHCERTFILE if this is a garden-variety certificate +# TLS_CERTFILE - certificate to use. TLS_CERTFILE must be owned +# by the "@mailuser@" user, and must not be world-readable.  #  # VIRTUAL HOSTS ON THE SAME IP ADDRESS.  # @@ -285,14 +283,14 @@ TLS_VERIFYPEER=NONE  # field. The certificate's emailaddress subject must match exactly the login  # ID in the courier-authlib database. -##NAME: TLS_CACHE:0 +##NAME: TLS_CACHE:1  #  # A TLS/SSL session cache may slightly improve response for IMAP clients  # that open multiple SSL sessions to the server.  TLS_CACHEFILE will be  # automatically created, TLS_CACHESIZE bytes long, and used as a cache  # buffer. -TLS_CACHEFILE=@localstatedir@/couriersslcache +TLS_CACHEFILE=@localstatedir@/couriersslpop3cache  TLS_CACHESIZE=524288  ##NAME: MAILDIRPATH:0 | 
