From 0e0a2dec7b59fc9a20a82cf6f6667d6d7de27b15 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Mon, 10 Mar 2008 00:16:26 -0500 Subject: [PATCH] Updated with Kerberos info --- offlineimap.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2