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
_______________________________________________
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