Archive for February, 2005

cron output

Thursday, February 3rd, 2005

To receive output from daily cronjobs by email, you need to edit the file:

/etc/periodic.conf

First make a copy from /private/etc/periodic.conf
cp /private/etc/periodic.conf /etc/periodic.conf

Then make the following changes:

daily_output="email@address.com"
daily_show_success="YES"