Nagios send notification to unknow address email

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
burton_snow82
Posts: 1
Joined: Wed Oct 25, 2017 3:46 am

Nagios send notification to unknow address email

Post by burton_snow82 »

Hello to everyone,

I have a little problem whith my Nagios core Notification using sendEmail or Postfix.

When Nagios send a Warning notification it relay to some email address that doesn't exist.

From example...
-t@mydomain
-WARNING@mydomain
-nrpe-3.2.1.tar.gz@mydomain
-linux-nrpe-agent.tar.gz@mydomain

What is wrong?
All my configurations seem ok...

Thanks for your help
dwasswa

Re: Nagios send notification to unknow address email

Post by dwasswa »

Hi @burton_snow82 ,

Please double check that your email is correct. Am saying this because when postfix is trying to send mail it first checks if the recipient is correct then it will try to resolve it by changing to the format
it understands.

Please check your

Code: Select all

/etc/postfix/main.cf
Locked