diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-08-21 15:38:16 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-08-21 15:38:16 +0200 |
commit | 82e1d66f6bee1a8837d8d6c89c7ed6b11f2c0a48 (patch) | |
tree | b47584d202f9cb77247f172094de530afd37327b /NEWS | |
parent | e5510f67f15d893bb476a0db5b2de702129e122c (diff) | |
download | fetchmail-82e1d66f6bee1a8837d8d6c89c7ed6b11f2c0a48.tar.gz fetchmail-82e1d66f6bee1a8837d8d6c89c7ed6b11f2c0a48.tar.bz2 fetchmail-82e1d66f6bee1a8837d8d6c89c7ed6b11f2c0a48.zip |
Avoid wedging Exchange 2007 with GSSAPI.
Exchange 2007 wedges if we try GSSAPI authentication and fail for lack of
suitable credentails (for instance, because the user did not run kinit).
Only try GSSAPI automatically if we have credentials.
Reported by Patrick Rynhart, Debian Bug #568455,
and Alan Murrell, to the fetchmail-users list.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,6 +74,10 @@ fetchmail-6.3.18 (not yet released): * Fetchmail will now apply timeouts to the authentication stage. This stage encompasses STARTTLS/STLS negotiation in IMAP/POP3. Reported missing by Thomas Jarosch. +* Fetchmail will not try GSSAPI authentication automatically unless it has GSS + credentials. This avoids getting servers such as Exchange 2007 wedged if + GSSAPI authentication fails. Reported by Patrick Rynhart, Debian Bug #568455, + and Alan Murrell, to the fetchmail-users list. # CHANGES * When encountering incorrect headers, fetchmail will refer to the bad-header |