If you got an error mail: command not found on a new install when running a script that emailed it’s results, turns out I had to install mailx for it to work.
yum install mailx
service postfix start
chkconfig postfix on
If you got an error mail: command not found on a new install when running a script that emailed it’s results, turns out I had to install mailx for it to work.
yum install mailx
service postfix start
chkconfig postfix on
Comments are closed.