to this:

# Perform daily/weekly/monthly maintenance.
1 3 * * * root periodic daily 2>&1 | sendmail [EMAIL PROTECTED]
[...]
However, you might find it easier to just add the following line to the
top of the crontab:
[EMAIL PROTECTED]
Which will cause all mail generated by the jobs in that file to be sent
to the provided address.

Is that true? MAILTO should change the destination of the output of cron jobs, but periodic handles its own output
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to