Notifications are seen in console but not sent to users

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vtadisina
Posts: 28
Joined: Thu Sep 29, 2016 9:39 am

Notifications are seen in console but not sent to users

Post by vtadisina »

I have a problem with nagios xi 5.3.0. The notifications are seen in the console but the users are not receiving the email notifications. I have updated to 5.3.0 today
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Notifications are seen in console but not sent to users

Post by avandemore »

When was your tarball downloaded? Have you seen Notifications Not Sending In XI 5.3.0?
Previous Nagios employee
vtadisina
Posts: 28
Joined: Thu Sep 29, 2016 9:39 am

Re: Notifications are seen in console but not sent to users

Post by vtadisina »

Yes i have seen that and updated to 5.3.0 again. But its not working.
in the phpmailer.log I am getting this error. only one user can receive the emails.But all other users get this error

Code: Select all

method=smtp;host=xxxxxx.xxxx.xxxx;port=25;security=none), Referer: includes/components/xicore/xicore.inc.php > Event Handler Notification Email
[10-12-2016 11:01:02] SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Notifications are seen in console but not sent to users

Post by avandemore »

SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table
This message is the response from the destination email server. It doesn't know what to do with the message so it's rejected. Either your sent to: email address is incorrect, or your destination MTA needs some configuration. This problem isn't a Nagios issue per se.
Previous Nagios employee
vtadisina
Posts: 28
Joined: Thu Sep 29, 2016 9:39 am

Re: Notifications are seen in console but not sent to users

Post by vtadisina »

Only one user was able to get email notifications so once i changed the email address of that user to a gmail account. I was able to receive the alerts to the gmail account. But nothing for other users.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Notifications are seen in console but not sent to users

Post by avandemore »

Are you sure name resolution is working correctly on the nagios system? No erroneous entries in /etc/hosts or pointed the wrong DNS resolver?

If this is all correct then as stated earlier, it's not a Nagios issue and consequently not in the scope of support. You might try contacting your Email Administrator for assistance.
Previous Nagios employee
Locked