cron output

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"

Comments are closed.