diff options
| author | Sam Varshavchik | 2021-03-20 09:30:10 -0400 |
|---|---|---|
| committer | GitHub | 2021-03-20 09:30:10 -0400 |
| commit | c01ee1e8c653c1c641ed229007bfee7fc654e4fa (patch) | |
| tree | 9ca0048e69a61ecde2538ea078d833859a8b4272 | |
| parent | 32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21 (diff) | |
| parent | fd78026c78902fdc094f3b9b0fc4f08f89baff3d (diff) | |
| download | courier-libs-c01ee1e8c653c1c641ed229007bfee7fc654e4fa.tar.bz2 | |
Merge pull request #20 from arjendekorte/master
TLS_CACHEFILE filenames swapped
| -rw-r--r-- | imap/imapd-ssl.dist.in.git | 2 | ||||
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git index 7c351be..102f3ba 100644 --- a/imap/imapd-ssl.dist.in.git +++ b/imap/imapd-ssl.dist.in.git @@ -313,7 +313,7 @@ TLS_VERIFYPEER=NONE # automatically created, TLS_CACHESIZE bytes long, and used as a cache # buffer. -TLS_CACHEFILE=@localstatedir@/couriersslpop3cache +TLS_CACHEFILE=@localstatedir@/couriersslimapcache TLS_CACHESIZE=524288 ##NAME: TLS_ALPN:0 diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index 4ed7944..d2695d0 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -310,7 +310,7 @@ TLS_VERIFYPEER=NONE # problems with SSL clients. Disable SSL caching by commenting out the # following settings: -TLS_CACHEFILE=@localstatedir@/couriersslimapcache +TLS_CACHEFILE=@localstatedir@/couriersslpop3cache TLS_CACHESIZE=524288 ##NAME: TLS_ALPN:0 |
