Update maddy.conf
Deploy mini-pc / deploy (push) Failing after 39s

This commit is contained in:
Dmitry
2026-05-31 12:27:27 +03:00
parent 5168b22eba
commit 649dd5a076
+5 -7
View File
@@ -3,18 +3,16 @@ state_dir /data
runtime_dir /run/maddy runtime_dir /run/maddy
tls off tls off
target.smtp yandex_smtp { target.queue outbound_queue {
location outbound_queue
max_tries 4
debug yes
target smtp {
debug yes debug yes
targets {env:RELAY_SMTP_TARGET} targets {env:RELAY_SMTP_TARGET}
auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD} auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD}
starttls no starttls no
} }
target.queue outbound_queue {
target yandex_smtp
location outbound_queue
max_tries 4
debug yes
} }
smtp tcp://0.0.0.0:2525 { smtp tcp://0.0.0.0:2525 {