Created
December 13, 2010 14:35
-
-
Save arikfr/739039 to your computer and use it in GitHub Desktop.
Setting Monit to work with Gmail as mail server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set mailserver smtp.gmail.com port 587 username "[email protected]" password "password" using tlsv1 with timeout 30 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using gmail as mailserver then you'll have to do a couple of things before you can successfully send mails http://serverfault.com/questions/635139/how-to-fix-send-mail-authorization-failed-534-5-7-14