offlineimap.conf: fix comment about gssapi

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2018-04-27 12:17:03 +02:00
parent e4fa84ba1f
commit 487c671d88

View File

@ -1004,7 +1004,7 @@ remoteuser = username
# for Courier IMAP on Debian: # for Courier IMAP on Debian:
#preauthtunnel = ssh -q imaphost '/usr/bin/imapd ./Maildir' #preauthtunnel = ssh -q imaphost '/usr/bin/imapd ./Maildir'
# #
# 5. If you are using Kerberos and have the Python Kerberos package # 5. If you are using Kerberos and have the Python gssapi package
# installed, you should not specify a remotepass. If the user has a # installed, you should not specify a remotepass. If the user has a
# valid Kerberos TGT, Offlineimap will figure out the rest all by # valid Kerberos TGT, Offlineimap will figure out the rest all by
# itself, and fall back to password authentication if needed. # itself, and fall back to password authentication if needed.