diff options
| author | Arjen de Korte | 2021-03-20 11:51:59 +0100 |
|---|---|---|
| committer | GitHub | 2021-03-20 11:51:59 +0100 |
| commit | fd78026c78902fdc094f3b9b0fc4f08f89baff3d (patch) | |
| tree | 9ca0048e69a61ecde2538ea078d833859a8b4272 | |
| parent | f6b3b133f021939f6a08728c42dd07a35cf2c8fc (diff) | |
| download | courier-libs-fd78026c78902fdc094f3b9b0fc4f08f89baff3d.tar.bz2 | |
pop3d-ssl.dist.in.git: naming mismatch
TLS_CACHEFILE name should be `couriersslpop3cache` (not `couriersslimapcache`)
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
