Dear Martin, Here is the configuration set for my mail server.set mailserver mail.*****.com port 1000 username "info" password "*****" Is there any thing wrong in my setting? Thank you. Regards,Shai. From: [email protected] Subject: Re: Monit send email not working Date: Tue, 15 May 2012 19:59:46 +0200 To: [email protected]
Hello Sukbir, please can you provide your current configuration which doesn't work? You mentioned the Gmail worked, the problem is with your other mail server now. How your "set mailserver" looks like? Regards,Martin On May 15, 2012, at 7:29 PM, sukbir singh wrote:Dear Martin, Is there any solution regarding my other mail server which are still not able to send the alert emails? Thank you. From: [email protected] Subject: Re: Monit send email not working Date: Mon, 14 May 2012 09:17:53 +0200 To: [email protected] You need to enable TLS with gmail mail servers: set mailserver smtp.gmail.com port 587 username "MYUSER" password "MYPASSWORD" using tlsv1 Regards,Martin On May 14, 2012, at 6:40 AM, sukbir singh wrote:Dear Martin, If I use gmail I get this error. Sendmail: error receiving data from the mailserver 'smtp.gmail.com' -- Resource temporarily unavailable Then if I use another different mail server I get this errorSendmail error: 504 PLAIN authentication is not permitted by this server. I think some thing is wrong on my configuration because it could not be all the mail servers are having problem right? Regards,Shai. From: [email protected] Subject: Re: Monit send email not working Date: Sun, 13 May 2012 21:33:03 +0200 To: [email protected] Hi, as the error message suggest, the problem is with the sender address, which is rejected by your mail server. To fix it, you can override it this way (replace the "[email protected]" with your address): --8<-- set mail-format { from: [email protected] }--8<-- Regards,Martin On May 13, 2012, at 6:27 PM, sukbir singh wrote:Dear All, I am monitoring a java application which listen on port 8000. This is how I have set the rule check process commServer8000 with pidfile /var/run/wrapper.commServer8000.pid # check your app pid if failed port 8000 # if you want to check your app that listen on port 9000 then alert Must I put the 8000 and the HTTP? If I remove the HTTP it works fine but my email sending is having problem below are some of the error I keep getting monit validate'commServer8000' process is not runningSendmail error: 550-Verification failed for <monit@localhost>Aborting eventmonit: Start or stop method not defined -- process commServer8000 monit validate'commServer8000' process is not runningSendmail error: 535 Incorrect authentication dataAborting eventmonit: Start or stop method not defined -- process commServer8000 I have set my mail server as this SET MAILSERVER mail.***.com PORT 26 USERNAME "user1" PASSWORD "passwd". What are my mistakes here? Thank you. -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
