Monit mail alert failed
Posted
by
user119720
on Server Fault
See other posts from Server Fault
or by user119720
Published on 2012-10-18T03:34:03Z
Indexed on
2012/10/18
5:07 UTC
Read the original article
Hit count: 128
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?
© Server Fault or respective owner