diff options
| author | Sam Varshavchik | 2021-02-20 21:07:50 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2021-02-20 21:07:50 -0500 | 
| commit | 7e9140305a0652e86d18e8dcf71fc07748ce8e4d (patch) | |
| tree | 6b31f077fc1f3dc8a557c841cedffc6c917e509f /imap/pop3d-ssl.dist.in.git | |
| parent | 4f8680c108d2ca32611dd60345cb0553a2ebd82e (diff) | |
| download | courier-libs-7e9140305a0652e86d18e8dcf71fc07748ce8e4d.tar.bz2 | |
Add support for ALPN.
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index dd352cd..40508e1 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -313,6 +313,13 @@ TLS_VERIFYPEER=NONE  TLS_CACHEFILE=@localstatedir@/couriersslimapcache  TLS_CACHESIZE=524288 +##TLS_ALPN:0 +# +# Application level protocol negotiation should be enabled by default, and +# should be commented out only in case of compatibility issues. + +TLS_ALPN=pop3 +  ##NAME: MAILDIRPATH:0  #  # MAILDIRPATH - directory name of the maildir directory. | 
