diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-20 04:24:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-20 04:24:55 +0000 |
commit | 86580018b1a4f35d984abb94f4cbeb82adfb57a6 (patch) | |
tree | d7ff5f774f24e9cd8fede82828f23ab617ada8ed /fetchmail.man | |
parent | e0745c64eb12f8ca62ad325c7933f0f0cfc60138 (diff) | |
download | fetchmail-86580018b1a4f35d984abb94f4cbeb82adfb57a6.tar.gz fetchmail-86580018b1a4f35d984abb94f4cbeb82adfb57a6.tar.bz2 fetchmail-86580018b1a4f35d984abb94f4cbeb82adfb57a6.zip |
Version bump.
svn path=/trunk/; revision=2669
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index e47c0e92..39e58312 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -699,7 +699,9 @@ Microsoft's NTLM authentication (used by Microsoft Exchange) is supported. If you compile in the support, \fIfetchmail\fR will try to perform an NTLM authentication (instead of sending over the password en clair) whenever the server returns AUTH=NTLM in its -capability response. +capability response. Note: if you specify a user option value +that looks like `user@domain', the part to the left of the @ will +be passed as the username and the part to the right as the NTLM domain. .PP If you are using IPsec, the -T (--netsec) option can be used to pass an IP security request to be used when outgoing IP connections are |