Hi!
My Inflex finally is working fine. But just one more problem with the cron.
My postmaster is sending an error message when running con job for sendmail -q
/bin/bash: root: command not found
Below is my cron setting.
SHELL=/bin/bash
PATH=/usr/bin
MAILTO=root
0 8 * * 1-6 /usr/bin/killall fetchmail
0 9 * * 1-6 /usr/bin/fetchmail -d 300
0 18 * * 1-6 /usr/bin/killall fetchmail
0 19 * * 1-6 /usr/bin/fetchmail -d 3600
0,15,30,45 * * * * root /usr/sbin/sendmail -q
What is going wrong .. ?
Best regards,
WismaLeader