Configure Maddy for Yandex SMTP relay
Deploy mini-pc / deploy (push) Successful in 39s

This commit is contained in:
Dmitry
2026-05-31 12:17:28 +03:00
parent 9b47d7a216
commit 5ef1d4830e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MADDY_HOSTNAME=mail.ada-dev.ru
MADDY_DOMAIN=ada-dev.ru
RELAY_ALLOWED_FROM=info.ada-dev@yandex.ru
RELAY_SMTP_TARGET=tcp://smtp.example.com:587
RELAY_SMTP_TARGET=tls://smtp.yandex.ru:465
RELAY_SMTP_USERNAME=apikey
RELAY_SMTP_PASSWORD=changeme
+1 -1
View File
@@ -15,7 +15,7 @@ smtp tcp://0.0.0.0:2525 {
deliver_to smtp {env:RELAY_SMTP_TARGET} {
debug yes
auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD}
starttls yes
starttls no
}
}
}