I have a newly setup Ubuntu VPS that has logcheck installed.
Every hour I am getting a email with the following entries:
Feb 15 19:09:01 zeus CRON[4626]: (CRON) error (grandchild #4627 failed with exit status 1)
Feb 15 19:39:01 zeus CRON[4805]: (CRON) error (grandchild #4806 failed with exit status 1)
I am not sure how to identify which cron job is failing or even being run. I have checked that all the scripts in my cron folders (daily, hourly, monthly) execute without errors if I run them manually and there is nothing in the crontab page besides the default cron jobs.
How can I figure out which script is running or why I am getting these errors?
Edit:
The output for /etc/aliases is
postmaster: root
logcheck: root
and the directory at /var/spool/mail does not contain anything.