mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Stalwart: different relay config
This commit is contained in:
@@ -84,17 +84,22 @@ data:
|
|||||||
user = "%{env:STALWART_ADMIN_USER}%"
|
user = "%{env:STALWART_ADMIN_USER}%"
|
||||||
secret = "%{env:STALWART_ADMIN_PASSWORD}%"
|
secret = "%{env:STALWART_ADMIN_PASSWORD}%"
|
||||||
|
|
||||||
[remote."smtp2go"]
|
[queue.strategy]
|
||||||
|
route = [ { else = "'smtp2go'" } ]
|
||||||
|
|
||||||
|
[queue.route."smtp2go"]
|
||||||
|
type = "relay"
|
||||||
address = "mail-eu.smtp2go.com"
|
address = "mail-eu.smtp2go.com"
|
||||||
port = 2525
|
port = 2525
|
||||||
protocol = "smtp"
|
protocol = "smtp"
|
||||||
auth.username = "%{env:SMTP2GO_USER}%"
|
|
||||||
auth.secret = "%{env:SMTP2GO_PASSWORD}%"
|
|
||||||
tls.enable = true
|
|
||||||
tls.allow-invalid-certs = false
|
|
||||||
|
|
||||||
[queue.outbound]
|
[queue.route."smtp2go".tls]
|
||||||
next-hop = ["smtp2go"]
|
implicit = false
|
||||||
|
allow-invalid-certs = false
|
||||||
|
|
||||||
|
[queue.route."smtp2go".auth]
|
||||||
|
username = "%{env:SMTP2GO_USER}%"
|
||||||
|
secret = "%{env:SMTP2GO_PASSWORD}%"
|
||||||
|
|
||||||
[certificate."default"]
|
[certificate."default"]
|
||||||
cert = "%{file:/opt/stalwart/certs/tls.crt}%"
|
cert = "%{file:/opt/stalwart/certs/tls.crt}%"
|
||||||
|
|||||||
Reference in New Issue
Block a user