From 372182ce7dfef1eac9f744128c0dac4f10431a08 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 28 Mar 2021 10:51:05 -0400 Subject: pop3d-ssl.dist: remove duplicate setting. --- imap/ChangeLog | 5 +++++ imap/pop3d-ssl.dist.in.git | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'imap') diff --git a/imap/ChangeLog b/imap/ChangeLog index 1693409..d533530 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,8 @@ +2021-03-28 Sam Varshavchik + + * pop3d-ssl.dist.in (TLS_STARTTLS_PROTOCOL): Remove duplicate entry + in the pop3d-ssl configuration file. + 5.1.2 2021-03-25 Sam Varshavchik diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index d2695d0..a9b6543 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -150,15 +150,6 @@ TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL" # # See the OpenSSL ciphers(1) manual page for the format of this setting. -##NAME: TLS_STARTTLS_PROTOCOL:0 -# -# TLS_STARTTLS_PROTOCOL is used instead of TLS_PROTOCOL for the IMAP STARTTLS -# extension, as opposed to IMAP over SSL on port 993. -# -# It takes the same values for OpenSSL as TLS_PROTOCOL - -TLS_STARTTLS_PROTOCOL="$TLS_PROTOCOL" - ##NAME: TLS_MIN_DH_BITS:0 # # TLS_MIN_DH_BITS=n -- cgit v1.2.3