diff options
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. | 
