This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
MADDY_HOSTNAME=mail.ada-dev.ru
|
MADDY_HOSTNAME=mail.ada-dev.ru
|
||||||
MADDY_DOMAIN=ada-dev.ru
|
MADDY_DOMAIN=ada-dev.ru
|
||||||
RELAY_ALLOWED_FROM=info.ada-dev@yandex.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_USERNAME=apikey
|
||||||
RELAY_SMTP_PASSWORD=changeme
|
RELAY_SMTP_PASSWORD=changeme
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ smtp tcp://0.0.0.0:2525 {
|
|||||||
deliver_to smtp {env:RELAY_SMTP_TARGET} {
|
deliver_to smtp {env:RELAY_SMTP_TARGET} {
|
||||||
debug yes
|
debug yes
|
||||||
auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD}
|
auth plain {env:RELAY_SMTP_USERNAME} {env:RELAY_SMTP_PASSWORD}
|
||||||
starttls yes
|
starttls no
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user