Solution 1:
Add the following to /etc/sysconfig/crond and then restart crond. This will send the outputs to syslog instead of mail:
CRONDARGS="-s -m off"
Add the following to /etc/sysconfig/crond and then restart crond. This will send the outputs to syslog instead of mail:
CRONDARGS="-s -m off"