diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-11-19 15:15:16 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-11-19 15:15:16 +0100 |
commit | 65ec078577593d825bf42d7c52c8942f315b4b29 (patch) | |
tree | 1a1127d0cb23ccff8748d13658e61787fbc2b7b6 /NEWS | |
parent | 846ffbb938c7ecf6819a5c3b844adf306bf87f02 (diff) | |
download | fetchmail-65ec078577593d825bf42d7c52c8942f315b4b29.tar.gz fetchmail-65ec078577593d825bf42d7c52c8942f315b4b29.tar.bz2 fetchmail-65ec078577593d825bf42d7c52c8942f315b4b29.zip |
Add configuration hint to STLS/STARTTLS change.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |