# Path of the directory to deliver mail in the "maildir" format to maildir = "mail" # Hostname of our server hostname = "localhost:2525" # logging level level = "TRACE" # address to bind to address = "0.0.0.0:2525" # Enable HAProxy's PROXY Protocol proxy_protocol = false [tls] certificate = "cert.pem" key = "key.pem" [dkim] enabled = false [spf] enabled = false [[accounts]] address = "demo-1@example.org" [[accounts]] address = "demo-2@example.org" [[accounts]] address = "hello@example.org"