mail-server/resources/config/smtp/remote.toml
2023-10-20 19:18:18 +02:00

18 lines
349 B
TOML

#############################################
# SMTP remote servers configuration
#############################################
[remote."local"]
address = "127.0.0.1"
port = 11200
protocol = "lmtp"
concurrency = 10
timeout = "1m"
[remote."local".tls]
implicit = false
allow-invalid-certs = true
#[remote."local".auth]
#username = ""
#secret = ""