Files
Stalwart/tests/resources/smtp/config/lists.toml
2023-06-02 09:03:30 +00:00

20 lines
374 B
TOML

[list]
local-domains = ["example.org", "example.net"]
spammer-domains = "thatdomain.net"
local-users = "file://{LIST1}"
power-users = ["file://{LIST1}", "file://{LIST2}"]
[remote."lmtp"]
address = 192.168.0.1
port = 25
protocol = "lmtp"
lookup = true
[remote."lmtp".auth]
username = "hello"
secret = "world"
[remote."lmtp".tls]
implicit = true
allow-invalid-certs = true