diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-13 16:47:41 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-13 16:47:41 +0100 |
commit | 6dcf633e6dde4c2af549f374de885038f90b7258 (patch) | |
tree | 76e5437f03f8bb0baf5b164129de9eaee6865cfe | |
parent | f3f064a4e0e74088daea091bc62a8141f0e6c0bb (diff) |
typofix
-rw-r--r-- | interimap.sample | 2 | ||||
-rw-r--r-- | pullimap.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interimap.sample b/interimap.sample index 17c8f7e..e54c8a0 100644 --- a/interimap.sample +++ b/interimap.sample @@ -25,7 +25,7 @@ password = xxxxxxxxxxxxxxxx # SSL options #SSL_CApath = /etc/ssl/certs #SSL_verify = YES -#SSL_protocol_min = !TLSv1.3 +#SSL_protocol_min = TLSv1.2 #SSL_fingerprint = sha256$29111aea5d5be7e448bdc5c6e8a9d03bc9221c53c09b1cfbe6f953221e24dda0 # vim:ft=dosini diff --git a/pullimap.sample b/pullimap.sample index d92e645..d911851 100644 --- a/pullimap.sample +++ b/pullimap.sample @@ -6,7 +6,7 @@ purge-after = 90 # SSL options #SSL_CApath = /etc/ssl/certs #SSL_verify = YES -#SSL_protocol_min = !TLSv1.3 +#SSL_protocol_min = TLSv1.2 [private] #type = imaps |