aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-11-19 15:15:16 +0100
committerMatthias Andree <matthias.andree@gmx.de>2010-11-19 15:15:16 +0100
commit65ec078577593d825bf42d7c52c8942f315b4b29 (patch)
tree1a1127d0cb23ccff8748d13658e61787fbc2b7b6 /NEWS
parent846ffbb938c7ecf6819a5c3b844adf306bf87f02 (diff)
downloadfetchmail-65ec078577593d825bf42d7c52c8942f315b4b29.tar.gz
fetchmail-65ec078577593d825bf42d7c52c8942f315b4b29.tar.bz2
fetchmail-65ec078577593d825bf42d7c52c8942f315b4b29.zip
Add configuration hint to STLS/STARTTLS change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9d08481..c3e1d7c5 100644
--- a/NEWS
+++ b/NEWS
@@ -79,7 +79,8 @@ fetchmail-6.3.19 (not yet released):
* Demote GSSAPI verbose/debug syslog to INFO severity. Requested by Carlos E. R.
and Derek Simkowiak via the fetchmail-users@ mailing list.
* Do STARTTLS/STLS negotiation in IMAP/POP3 if it is mandatory even if the
- server capabilities do not show support for upgradation to TLS. (Sunil Shetye)
+ server capabilities do not show support for upgradation to TLS.
+ To use this, configure --sslproto tls1. (Sunil Shetye)
# DOCUMENTATION:
* The manual page now links to IANA for GSSAPI service names.