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
+6 -8
View File
@@ -3,18 +3,16 @@ state_dir /data
runtime_dir /run/maddy
tls off
target.smtp yandex_smtp {
debug yes
targets {env:RELAY_SMTP_TARGET}
auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD}
starttls no
}
target.queue outbound_queue {
target yandex_smtp
location outbound_queue
max_tries 4
debug yes
target smtp {
debug yes
targets {env:RELAY_SMTP_TARGET}
auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD}
starttls no
}
}
smtp tcp://0.0.0.0:2525 {