aboutsummaryrefslogtreecommitdiffstats
path: root/interimap.sample
blob: 36eeb2a15aa98735381def29d9c9e0fc3cb64a61 (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
28
29
30
#database = imap.example.net.db

# only consider subscribed mailboxes
list-select-opts = SUBSCRIBED
#list-mailbox = "*"

# ignore the mailbox named 'virtual' and its descendants
ignore-mailbox = ^virtual(?:\x00|$)


[local]
type = tunnel
command = doveadm exec imap
null-stderr = YES

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

# SSL options
#SSL_verify = YES
#SSL_protocol_min = TLSv1.2
#SSL_fingerprint = sha256$29111aea5d5be7e448bdc5c6e8a9d03bc9221c53c09b1cfbe6f953221e24dda0

# vim:ft=dosini