> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Philipp Del Mundo > Sent: Monday, October 15, 2007 10:57 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Authenticated SMTP (ASMTP) > > Hi All Nagios Users, > > How can I configure my nagios server that can notify me thru email > and use our authenticated SMTP (ASMTP)?
Nagios doesn't know about or really care about authenticated SMTP since it doesn't handle the mail delivery. Your mail notification commands probably use /bin/mail(x) to send the e-mail which in turn only passes it to the SMTP server running on the nagios machine. You need to configure that SMTP server (sendmail, postfix, qmail, whatever it is) to smarthost to your ASMTP server _and_ act as an ASMTP client. Your mail server documentation is going to be your best resource but these links might get you going in the right direction -- Sendmail -- http://www.sendmail.org/~ca/email/sm-812.html#812AUTH Postfix -- http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mails ervers.html -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null