Page 1 of 1

Issues w/ Email Notifications

Posted: Mon Aug 25, 2014 4:17 pm
by valbizures
I tried to get email notifications to working using the following guide:

http://www.telnetport25.com/2012/02/con ... gios-core/

I've configured everything accordingly, but one thing I noticed is that during the postfix installation it didn't ask me for my network or a relay server.
I've modified the postfix file main.cfg and have not entered my relay server and my network range, but I am still not getting emails.

Also, if I attempt

echo "something" | mailx -v -s "subject" [email protected]

I do not get any emails. I think I may be missing some configuration setting, but I can't figure out what it can be.

Can anyone help?

Re: Issues w/ Email Notifications

Posted: Tue Aug 26, 2014 10:56 am
by eloyd
You should ask in a Postfix forum to try to solve the email problems and then come back here to solve the Nagios problems if they continue.

Re: Issues w/ Email Notifications

Posted: Tue Aug 26, 2014 11:00 am
by abrist
valbizures wrote:Also, if I attempt

echo "something" | mailx -v -s "subject" [email protected]
Check you maillog for hints:

Code: Select all

tail -25 /var/log/maillog