diff options
| author | Sam Varshavchik | 2021-02-23 21:19:41 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2021-02-23 21:20:08 -0500 |
| commit | 6e8ce4696bf8c05272a01dc55081fcc186e9e6ac (patch) | |
| tree | a2aa03d9ae12acf56560b85280b0855701e5d43a | |
| parent | 2f0ca1a7d7fe6a49e8963d8291202017b9dac0b0 (diff) | |
| download | courier-libs-6e8ce4696bf8c05272a01dc55081fcc186e9e6ac.tar.bz2 | |
Fix config file.
| -rw-r--r-- | imap/imapd-ssl.dist.in.git | 2 | ||||
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git index f6b1ae8..7c351be 100644 --- a/imap/imapd-ssl.dist.in.git +++ b/imap/imapd-ssl.dist.in.git @@ -316,7 +316,7 @@ TLS_VERIFYPEER=NONE TLS_CACHEFILE=@localstatedir@/couriersslpop3cache TLS_CACHESIZE=524288 -##TLS_ALPN:0 +##NAME: TLS_ALPN:0 # # Application level protocol negotiation should be enabled by default, and # should be commented out only in case of compatibility issues. diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index 40508e1..4ed7944 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -313,7 +313,7 @@ TLS_VERIFYPEER=NONE TLS_CACHEFILE=@localstatedir@/couriersslimapcache TLS_CACHESIZE=524288 -##TLS_ALPN:0 +##NAME: TLS_ALPN:0 # # Application level protocol negotiation should be enabled by default, and # should be commented out only in case of compatibility issues. |
