1 | # Path of the directory to deliver mail in the "maildir" format to |
2 | maildir = "mail" |
3 | |
4 | # address to bind to |
5 | address = "0.0.0.0:2525" |
6 | |
7 | # Enable HAProxy's PROXY Protocol |
8 | proxy_protocol = false |
9 | |
10 | [tls] |
11 | certificate = "cert.pem" |
12 | key = "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" |