QUOTE (autoquartz)
I meant where can I change the e-mail address to which the daily cron report is being sent. Thanks.
CODE
pico /etc/crontab
Change
MAILTO=root
to
MAILTO=yourem@il.address
Save and exit
I don't think you need to retstart the cron deamon.
That will change the email address for cron.daily/hourly/weekly/monthly and any others you have in there.
Or
If you only want to change the output email from cron.daily (and not the others) add
CODE
| mail -s "Subject of mail" you@mail.tld
to the end of the cron.daily line
(I think that should work - can't login to check at the moment)
Use at your own risk.
or
If you use cPanel I'm pretty sure there is an option in WHM to send root's email to elsewhere.