aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-09 13:18:04 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-09 13:18:04 +0200
commitb9639a9dc3e5a7259abbff0913d4ffa7cd52438d (patch)
tree9b4ce778b0fd2a1718213af3a48131b9a257cec4 /fetchmail.man
parent8fe04d4a8ddb81016b03e7c721a532e46de76794 (diff)
downloadfetchmail-b9639a9dc3e5a7259abbff0913d4ffa7cd52438d.tar.gz
fetchmail-b9639a9dc3e5a7259abbff0913d4ffa7cd52438d.tar.bz2
fetchmail-b9639a9dc3e5a7259abbff0913d4ffa7cd52438d.zip
POP3: autoprobe NTLM.
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 2f526827..442bf4d6 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -918,8 +918,8 @@ excruciating exactness, \fBkerberos_v4\fP), \fBgssapi\fP,
When \fBany\fP (the default) is specified, fetchmail tries
first methods that don't require a password (EXTERNAL, GSSAPI, KERBEROS\ IV,
KERBEROS\ 5); then it looks for methods that mask your password
-(CRAM-MD5, X\-OTP - note that NTLM and MSN are not autoprobed for POP3
-and MSN is only supported for POP3); and only if the server doesn't
+(CRAM-MD5, NTLM, X\-OTP - note that MSN is only supported for POP3, but not
+autoprobed); and only if the server doesn't
support any of those will it ship your password en clair. Other values
may be used to force various authentication methods
(\fBssh\fP suppresses authentication and is thus useful for IMAP PREAUTH).