currently having a problem where cron output is not being sent to my email box. I need this to work because I need to debug some new cron jobs. I am not sure why it stopped working, maybe during a cpanel update or some other automatic process.
Here is a clip of my crontab -e
MAILTO="cron@mydomain.com" //uses my real email in the crontab
6,21,36,51 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
2,58 * * * * /usr/local/bandmin/bandmin
0 0 * * * /usr/local/bandmin/ipaddrmap
37 21 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify
0 0 * * * /usr/local/bin/generate_vast_main.sh
0 9 * * * /usr/local/bin/ibackup_script.sh
0 */4 * * * /usr/bin/test -x /scripts/update_db_cache && /scripts/update_db_ca$
45 */8 * * * /usr/bin/test -x /usr/local/cpanel/bin/optimizefs && /usr/local/cp$
27 17 * * * cd /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/scripts/ ; /us$
55 5 * * * /scripts/upcp
0 1 * * * /scripts/cpbackup
35 * * * * /usr/bin/test -x /usr/local/cpanel/bin/tail-check && /usr/local/cpan$
0 6 * * * /scripts/exim_tidydb > /dev/null 2>&1
Any ideas for why cron output would be suppressed?