diff options
| author | Arjen de Korte | 2021-03-20 11:47:47 +0100 | 
|---|---|---|
| committer | GitHub | 2021-03-20 11:47:47 +0100 | 
| commit | f6b3b133f021939f6a08728c42dd07a35cf2c8fc (patch) | |
| tree | fc6a7ebd39cd604b8ba953d81ed895472bd52457 /imap/imapd-ssl.dist.in.git | |
| parent | 32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21 (diff) | |
| download | courier-libs-f6b3b133f021939f6a08728c42dd07a35cf2c8fc.tar.bz2 | |
imapd-ssl.dist.in.git: naming mismatch
TLS_CACHEFILE name should be `couriersslimapcache` (not `couriersslpop3cache`)
Diffstat (limited to 'imap/imapd-ssl.dist.in.git')
| -rw-r--r-- | imap/imapd-ssl.dist.in.git | 2 | 
1 files changed, 1 insertions, 1 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 | 
