Page 2 of 2
Re: No alerts
Posted: Tue Jul 19, 2016 1:59 pm
by rkennedy
What is the output of which mail?
Is it /usr/bin/sendmail? If so, your commands look correct.
Re: No alerts
Posted: Fri Jul 22, 2016 11:48 am
by jriker1
/usr/bin/which: no mail in (/root/perl5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
Re: No alerts
Posted: Fri Jul 22, 2016 12:03 pm
by mcapra
Try which sendmail
Also check manually if there is a sendmail binary located at /usr/sbin/sendmail. Your command definitions are trying to access the binary at that location.
Re: No alerts
Posted: Fri Jul 22, 2016 12:25 pm
by jriker1
/usr/sbin/sendmail
Re: No alerts
Posted: Fri Jul 22, 2016 12:32 pm
by mcapra
That command definition look fine. There might be additional considerations for the postfix configuration, but you've covered all the important bits I can think of.