[PATCH] correct ssl ca-cert variable name in sample conf

Ethan Schoonover es at ethanschoonover.com
Thu Jan 6 23:54:18 GMT 2011


The sample configuration file includes a minor misspelling in the
sslcacertfile variable, fixed herein.

Signed-off-by: Ethan Schoonover <es at ethanschoonover.com>
---

During a test I rebuilt a clean config file from the current
sample and it took me a while before I realized that there
there was a misspelling in this variable name. Particularly
important to update since it isn't documented outside this
file.

 offlineimap.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/offlineimap.conf b/offlineimap.conf
index bada76d..baff536 100644
--- a/offlineimap.conf
+++ b/offlineimap.conf
@@ -282,7 +282,7 @@ ssl = yes
 # No SSL verification is done without this option, if it is
 # specified, the CA Cert(s) need to verify the Server cert AND
 # match the hostname (* wildcard allowed on the left hand side)
-# sslcacertcertfile = /path/to/cacertfile.crt
+# sslcacertfile = /path/to/cacertfile.crt
 
 # Specify the port.  If not specified, use a default port.
 # remoteport = 993
-- 
1.7.3.2





More information about the OfflineIMAP-project mailing list