I have configure our Monit to monitor some of the application in our linux box (httpd,mysqld,etc...).We can receive alerts when using
gmail SMTP to send email through it but it failed when we are using our exchange SMTP.
Here are the
gmail configuration in the monitrc :
set mailserver smtp.
gmail.com port 587 # primary mailserver
username "
[email protected]" password "mypasswd"
using tlsv1
with timeout 30 seconds
and it failed when I changed it to this configuration :
set mailserver outlook.automanage.net port 587 # primary mailserver
username "
[email protected]" password "mypasswd"
using tlsv1
with timeout 30 seconds
I can telnet my exchange server,so the exchange server is alive and can be connected.
Did I miss anything here?Or do I need to need configure something in our exchange server?