Forward SMTP to port 10025 for authenticated submissions
This commit is contained in:
@@ -112,11 +112,11 @@ stream {
|
||||
|
||||
# Upstream mail server
|
||||
upstream mail_submission {
|
||||
server 10.0.0.21:25;
|
||||
server 10.0.0.21:10025;
|
||||
}
|
||||
|
||||
upstream mail_smtps {
|
||||
server 10.0.0.21:25;
|
||||
server 10.0.0.21:10025;
|
||||
}
|
||||
|
||||
# SMTP Submission port (STARTTLS) - port 587
|
||||
|
||||
Reference in New Issue
Block a user