X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/7b4e651d1282a50a20614074f731dd22f3ec642f..cd04e2e03ed92b0d2d41d32a279a82e28611ced4:/offlineimap.conf 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