Failed to Send Notification

Marc Powell marc at ena.com
Fri May 11 13:54:26 CEST 2007



> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of adi yesaya
> Sent: Friday, May 11, 2007 6:02 AM
> To: Nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] Failed to Send Notification
> 
> Dear Nagios-ers,
> 
> I tried to send email notifications, some succeed, some not. The ones
> which failed, had this error message:
> 
>    ----- Transcript of session follows
-----------------------------------
> -
> 
> ... while talking to fallback.nl.uu.net.:
> 
> <<< 550-Verification failed for <nagios at localhost.localdomain>
> 
> <<< 550-Domain localhost.localdomain not found in DNS

<chop>

Fallback.nl.uu.net is rejecting the e-mail because the MTA on your
nagios box, not nagios itself, is claiming to be called
localhost.localdomain, which is an unverifiable name. It's very
reasonable that they would do that. You need to configure the MTA on
your nagios box to use a real hostname that can be found in the DNS.
This may be as simple as adding the hostname to your DNS and editing
your /etc/hosts file on your nagios box, changing the 127.0.0.1 entry to
something like --

127.0.0.1 yourhost.yourdomain.foo localhost.localdomain

You'd need to restart your MTA if it's running as a daemon after making
that change. If that doesn't work, you'll need to specifically configure
the MTA that you're using to masquerade as that host or domain. You can
do this for Sendmail by setting the MASQUERADE_AS macro. Under Postfix I
believe it's the myorigin variable.

--
Marc

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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