diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 15:37:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-01 15:37:01 +0100 |
commit | 3edd36d6c419a6bb057a31270422e82e3a140873 (patch) | |
tree | 18560edb8ae1accc5a89d9533c2eb95b6ef8261e /interimap.sample | |
parent | bf57c46e0292f64a637fcee92abcdc0e79c6c53e (diff) | |
parent | d5b28183b91b0931db1d185ea04cbeae4a70a677 (diff) |
Merge tag 'upstream/0.3' into debian
Upstream version 0.3
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interimap.sample b/interimap.sample index c3919ce..8cd0a29 100644 --- a/interimap.sample +++ b/interimap.sample @@ -10,7 +10,7 @@ null-stderr = YES [remote] #type = imaps -host = imap.guilhem.org +host = imap.example.org #port = 993 #proxy = socks5h://localhost:9050 username = guilhem @@ -22,6 +22,6 @@ SSL_CApath = /etc/ssl/certs #SSL_verify = YES #SSL_protocols = !SSLv2 !SSLv3 !TLSv1 !TLSv1.1 #SSL_cipherlist = EECDH+AESGCM:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL -#SSL_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605 +#SSL_fingerprint = sha256$29111aea5d5be7e448bdc5c6e8a9d03bc9221c53c09b1cfbe6f953221e24dda0 # vim:ft=dosini |