blob: e563e9433cfe2e22da8331e9563f1e2016561833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
; database = imap.guilhem.org.db
[local]
type = tunnel
command = /usr/lib/dovecot/imap
[remote]
; type = imaps
host = imap.guilhem.org
; port = 993
username = guilhem
password = xxxxxxxxxxxxxxxx
; SSL options
;SSL_cipher_list = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1
;SSL_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605
;SSL_verify_trusted_peer = YES
SSL_ca_path = /etc/ssl/certs
; vim:ft=dosini
|