2023-10-20 01:48:39 +08:00
|
|
|
#############################################
|
|
|
|
# SMTP remote servers configuration
|
|
|
|
#############################################
|
|
|
|
|
2023-10-20 21:31:05 +08:00
|
|
|
[remote."local"]
|
2023-10-20 01:48:39 +08:00
|
|
|
address = "127.0.0.1"
|
|
|
|
port = 11200
|
2023-10-21 01:18:18 +08:00
|
|
|
protocol = "lmtp"
|
2023-10-20 01:48:39 +08:00
|
|
|
concurrency = 10
|
|
|
|
timeout = "1m"
|
|
|
|
|
2023-10-20 21:31:05 +08:00
|
|
|
[remote."local".tls]
|
2023-10-20 01:48:39 +08:00
|
|
|
implicit = false
|
|
|
|
allow-invalid-certs = true
|
|
|
|
|
2023-10-20 21:31:05 +08:00
|
|
|
#[remote."local".auth]
|
2023-10-20 01:48:39 +08:00
|
|
|
#username = ""
|
|
|
|
#secret = ""
|