summaryrefslogtreecommitdiff
path: root/pkg/mx.conf.sample
blob: f2c68c51e983bd4ac3e845b409f67fee09c55272 (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
[mail1]
path=/path/to/Maildir/
recursive=<whether to analyze the above path recursively or not (True/False)>

[couchdb]
user=<couch user>
password=<password>
server=localhost
port=6666

[alias map]
port=4242

[check recipient]
port=2244

[fingerprint map]
port=2424

[bounce]
from=<address for the From: of the bounce email without domain>
subject=Delivery failure

[incoming api]
host=localhost
port=2525
token=<auth token for soledad incoming api, like 'service:token'>