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 /imap/pop3d-ssl.dist.in.git | |
| parent | 32f2b118b7f959671cd0b2c1a79ffe5e74fb3f21 (diff) | |
| parent | fd78026c78902fdc094f3b9b0fc4f08f89baff3d (diff) | |
| download | courier-libs-c01ee1e8c653c1c641ed229007bfee7fc654e4fa.tar.bz2 | |
Merge pull request #20 from arjendekorte/master
TLS_CACHEFILE filenames swapped
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
| -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 | 
