Hey All,
It appears that I am no longer able to receive system messages, such as those created by a cron job. I created a very simple cron job that echo's a string, which should automatically send me an email with the output of that cron, but I am finding the following in my syslog:
Code:
Jan 2 15:59:01 www /USR/SBIN/CRON[17426]: (root) CMD (echo "hello world")
Jan 2 15:59:01 www /USR/SBIN/CRON[17425]: (root) MAIL (mailed 12 bytes of output but got status 0x00f4 )
Any idea why that is? I did a google search but didn't find anything for "status 0x004f". What should I check?