Updated with Kerberos info

This commit is contained in:
John Goerzen 2008-03-10 00:16:26 -05:00
parent 021788524b
commit 0e0a2dec7b

View File

@ -227,7 +227,7 @@ ssl = yes
# Specify the remote user name.
remoteuser = username
# There are four ways to specify the password for the remote IMAP
# There are five ways to give the password for the remote IMAP
# server:
#
# 1. No password at all specified in the config file. If a matching
@ -255,6 +255,10 @@ remoteuser = username
#
# preauthtunnel = ssh -q imaphost '/usr/bin/imapd ./Maildir'
#
# 5. If you are using Kerberos and have the Python Kerberos package installed,
# you should not specify a remotepass. If the user has a valid
# Kerberos TGT, OfflineIMAP will figure out the rest all by itself, and
# fall back to password authentication if needed.
########## Advanced settings