diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-17 16:29:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-17 16:29:23 +0000 |
commit | 0d956b2fa9e3dc4a72cfba11b8fb05de03100b82 (patch) | |
tree | 87c9c01220f38f9d69fe71a9ca95bd484f008404 /fetchmail.man | |
parent | ba3aa3131df992d170bff923186126845bdaa23b (diff) | |
download | fetchmail-0d956b2fa9e3dc4a72cfba11b8fb05de03100b82.tar.gz fetchmail-0d956b2fa9e3dc4a72cfba11b8fb05de03100b82.tar.bz2 fetchmail-0d956b2fa9e3dc4a72cfba11b8fb05de03100b82.zip |
Gerald Britton's support for mixed Kerberos and Hesiod.
svn path=/trunk/; revision=2183
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 7e33b5c6..a0565145 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -591,7 +591,9 @@ checking its authorization database. If your \fIfetchmail\fR was built with Kerberos support and you specify Kerberos preauthentication (either with --auth or the \fI.fetchmailrc\fR option \fBauthenticate kerberos_v4\fR) it will try to get a Kerberos -ticket from the mailserver at the start of each query. +ticket from the mailserver at the start of each query. Note: if +either the pollnane or via name is `hesiod', fetchmail will try to use +Hesiod to look up the mailserver. .PP If you use IMAP-K4, \fIfetchmail\fR will expect the IMAP server to have RFC1731-conformant AUTHENTICATE KERBEROS_V4 capability, and will use it. |