# arcline-email configuration # Copy to arcline-email.toml and adjust for your environment. [server] hostname = "mail.example.com" [smtp] inbound_addr = ":25" submission_addr = ":587" submission_tls_addr = ":465" [imap] addr = ":143" tls_addr = ":993" [tls] cert_file = "/etc/arcline-email/cert.pem" key_file = "/etc/arcline-email/key.pem" [storage] maildir_root = "/var/mail" [logging] level = "info" # debug | info | warn | error format = "json" # json | text