TOMLmaitred.toml -rw-r--r-- 424 B
1# Path of the directory to deliver mail in the "maildir" format to
2maildir = "mail"
3
4# address to bind to
5address = "0.0.0.0:2525"
6
7# Enable HAProxy's PROXY Protocol
8proxy_protocol = false
9
10[tls]
11certificate = "cert.pem"
12key = "key.pem"
13
14[dkim]
15 enabled = false
16
17[spf]
18 enabled = false
19
20
21[[accounts]]
22 address = "demo-1@example.org"
23
24[[accounts]]
25 address = "demo-2@example.org"
26
27[[accounts]]
28 address = "hello@example.org"