mail: not required to expose port 25

This commit is contained in:
Girish Ramakrishnan
2015-10-09 09:54:04 -07:00
parent bfd6f8965e
commit bc7e07f6a6
3 changed files with 3 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ function processQueue() {
var transport = nodemailer.createTransport(smtpTransport({
host: mailServerIp,
port: 25 // this value comes from setup_infra.sh mail port binding
port: 2500 // this value comes from mail container
}));
var mailQueueCopy = gMailQueue;