cronjob - email messages sent

D Hill d.hill at yournetplus.com
Fri Apr 4 23:30:40 UTC 2008


I have several cronjob's set up on a server we have under the user root. I
need to specify specific email addresses results are sent to.

Using documentation from:

   man 5 crontab

I thought I could surround the jobs:

   ...
   MAILTO="root,someoneelse"
   @hourly /usr/local/bin/mysqladmin -u internalonly status
   30 8 * * * /usr/local/bin/mysql -u internalonly < /root/mysql.optimize
   */15 * * * * mysql -u internalonly < /root/delete_rad_usersonline
   0 */4 * * * mysql -u internalonly < /root/delete_rad_authlog_failed
   MAILTO="root"
   ...

It works for @hourly, but not for the other three.

-d


More information about the freebsd-questions mailing list