Real life problems solved

Advert

mail: command not found

On a Fedora system I 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
  • Santoshydv15@gmail.com

    yum install postfix*

Adsense