Forward SMTP to port 10025 for authenticated submissions

This commit is contained in:
root
2026-01-23 13:19:52 +01:00
parent 4102dcef0d
commit 53d483cdf5

View File

@@ -112,11 +112,11 @@ stream {
# Upstream mail server # Upstream mail server
upstream mail_submission { upstream mail_submission {
server 10.0.0.21:25; server 10.0.0.21:10025;
} }
upstream mail_smtps { upstream mail_smtps {
server 10.0.0.21:25; server 10.0.0.21:10025;
} }
# SMTP Submission port (STARTTLS) - port 587 # SMTP Submission port (STARTTLS) - port 587