]> code.delx.au - offlineimap/blobdiff - offlineimap.conf
Add support for ssl client certificates
[offlineimap] / offlineimap.conf
index a5b15d1dd71ca889eaa2b8c0e92d111328bc2a13..996fe7a900131ef3e557f9658529471b8161b13a 100644 (file)
@@ -221,13 +221,19 @@ remotehost = examplehost
 # Whether or not to use SSL.
 ssl = yes
 
+# SSL Client certificate (optional)
+# sslclientcert = /path/to/file.crt
+
+# SSL Client key (optional)
+# sslclientkey = /path/to/file.key
+
 # Specify the port.  If not specified, use a default port.
 # remoteport = 993
 
 # 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 +261,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