aboutsummaryrefslogtreecommitdiffstats
path: root/pullimap.sample
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-13 17:43:52 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-13 18:44:18 +0100
commit8c43ed9baa905d907a6aad77de2282a852ba69a9 (patch)
tree4b8ecfe08d1aafcfde68cce0fb63b1bf4ec9542d /pullimap.sample
parentba9d8af01141a6d5d5b98a0e249c311814b844a6 (diff)
libinterimap: use default locations for trusted CA certificates when neither CAfile nor CApath are set.
In particular, OpenSSL's default locations can be overridden by the SSL_CERT_FILE resp. SSL_CERT_DIR environment variables, see SSL_CTX_load_verify_locations(3ssl). This bumps the minimum OpenSSL version to 1.1.0 (when SSL_verify is used).
Diffstat (limited to 'pullimap.sample')
-rw-r--r--pullimap.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/pullimap.sample b/pullimap.sample
index d911851..f1a66f9 100644
--- a/pullimap.sample
+++ b/pullimap.sample
@@ -4,7 +4,6 @@ deliver-method = smtp:[127.0.0.1]:25
purge-after = 90
# SSL options
-#SSL_CApath = /etc/ssl/certs
#SSL_verify = YES
#SSL_protocol_min = TLSv1.2