e4000a8de2
* bump bundled imaplib2 library 2.29 --> 2.33 * Actually perform the SSL fingerprint check * Curses UI, don't use colors after we shut down curses already * Document that '%' needs encoding as '%%' in *.conf * Fix crash when IMAP.quickchanged() led to an Error * Implement the createfolders setting to disable folder propagation Ok pea@ (maintainer) gsoares@
13 lines
598 B
Plaintext
13 lines
598 B
Plaintext
$OpenBSD: patch-offlineimap_conf,v 1.2 2012/08/15 13:09:59 gonzalo Exp $
|
|
--- offlineimap.conf.orig Sat Jun 2 08:41:46 2012
|
|
+++ offlineimap.conf Mon Aug 6 17:32:45 2012
|
|
@@ -312,7 +312,7 @@ ssl = yes
|
|
# specified, the CA Cert(s) need to verify the Server cert AND
|
|
# match the hostname (* wildcard allowed on the left hand side)
|
|
# The certificate should be in PEM format.
|
|
-# sslcacertfile = /path/to/cacertfile.crt
|
|
+sslcacertfile = /etc/ssl/cert.pem
|
|
|
|
# If you connect via SSL/TLS (ssl=true) and you have no CA certificate
|
|
# specified, offlineimap will refuse to sync as it connects to a server
|