aboutsummaryrefslogtreecommitdiffstats
path: root/interimap.sample
blob: f771e54efa349bc88307bee86145df57ecb70ef5 (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.example.org.db
#list-mailbox = "*"
list-select-opts = SUBSCRIBED
ignore-mailbox = ^virtual/

[local]
type = tunnel
command = /usr/lib/dovecot/imap
null-stderr = YES

[remote]
#type = imaps
host = imap.example.org
#port = 993
#proxy = socks5h://localhost:9050
username = guilhem
password = xxxxxxxxxxxxxxxx
#compress = YES

# SSL options
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$29111aea5d5be7e448bdc5c6e8a9d03bc9221c53c09b1cfbe6f953221e24dda0

# vim:ft=dosini