Sending Emails From Nagios XI SMTP Issue
Posted: Thu Sep 07, 2017 3:16 pm
Hello Support
I am trying to send alerts to contact it is working when telnet to the mail server through SSH but not when through Alerts where I am getting the following error in the log
Maillog-
Sep 7 15:46:22 rdnagios postfix/error[3252]: [email protected]>, relay=none, delay=118167, delays=118167/0.04/0/0.01, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mx.sendgrid.net[167.89.118.48]:25: Connection timed out)
Here is the successful test from Telnet when SSH to the Nagios XI box
[root@rdnagios ~]# telnet XYZ 25
Trying XYZ ...
Connected to XYZ .
Escape character is '^]'.
220 X.Y.com Microsoft ESMTP MAIL Service, Version: 8.5.9600.16384 ready at Thu, 7 Sep 2017 16:06:50 -0400
helo
250 X.Y.com Hello [192.168.X.Y]
mail from: [email protected]
250 2.1.0 [email protected] OK
rcpt to: [email protected]
250 2.1.5 [email protected]
data
354 Start mail input; end with <CRLF>.<CRLF>
subject: Test
Test
.
250 2.6.0 <[email protected]> Queued mail for delivery
Thansk
Imad
I am trying to send alerts to contact it is working when telnet to the mail server through SSH but not when through Alerts where I am getting the following error in the log
Maillog-
Sep 7 15:46:22 rdnagios postfix/error[3252]: [email protected]>, relay=none, delay=118167, delays=118167/0.04/0/0.01, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mx.sendgrid.net[167.89.118.48]:25: Connection timed out)
Here is the successful test from Telnet when SSH to the Nagios XI box
[root@rdnagios ~]# telnet XYZ 25
Trying XYZ ...
Connected to XYZ .
Escape character is '^]'.
220 X.Y.com Microsoft ESMTP MAIL Service, Version: 8.5.9600.16384 ready at Thu, 7 Sep 2017 16:06:50 -0400
helo
250 X.Y.com Hello [192.168.X.Y]
mail from: [email protected]
250 2.1.0 [email protected] OK
rcpt to: [email protected]
250 2.1.5 [email protected]
data
354 Start mail input; end with <CRLF>.<CRLF>
subject: Test
Test
.
250 2.6.0 <[email protected]> Queued mail for delivery
Thansk
Imad