blob: 5d9d6d23d289e5a28f4a74dd85f29b5ac0b5ac02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#database = imap.guilhem.org.db
#list-mailbox = "*"
list-select-opts = SUBSCRIBED
ignore-mailbox = ^virtual/
#use-binary = YES
[local]
type = tunnel
command = /usr/lib/dovecot/imap
null-stderr = YES
[remote]
#type = imaps
host = imap.guilhem.org
#port = 993
#proxy = socks5h://localhost:9050
username = guilhem
password = xxxxxxxxxxxxxxxx
#compress = YES
# SSL options
SSL_CApath = /etc/ssl/certs
#SSL_verify = YES
#SSL_cipherlist = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1
#SSL_fingerprint = sha256$62E436BB329C46A628314C49BDA7C2A2E86C57B2021B9A964B8FABB6540D3605
# vim:ft=dosini
|