From: John Goerzen Date: Mon, 10 Mar 2008 05:16:26 +0000 (-0500) Subject: Updated with Kerberos info X-Git-Tag: debian/5.99.9~6 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/0e0a2dec7b59fc9a20a82cf6f6667d6d7de27b15 Updated with Kerberos info --- diff --git a/offlineimap.conf b/offlineimap.conf index a5b15d1..e7b80a8 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -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