Authenticated SMTP (ASMTP)

Marc Powell marc at ena.com
Tue Oct 16 14:27:53 CEST 2007



> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of Philipp Del Mundo
> Sent: Monday, October 15, 2007 10:57 PM
> To: nagios-users at 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 at 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





More information about the Users mailing list