TOMLmaitred.toml -rw-r--r-- 291 B
1# Path of the directory to deliver mail in the "maildir" format to
2maildir = "mail"
3
4[dkim]
5 enabled = false
6
7[spf]
8 enabled = false
9
10# List of user accounts and their hard coded username / passwords
11[[accounts]]
12 address = "demo-1@example.org"
13
14[[accounts]]
15 address = "demo-2@example.org"