On Thu, 2003-04-03 at 23:24, Dave Christensen wrote: > I installed a crontab for a user account on a Red Hat 8.0 machine, and > now whenever it runs I get an e-mail from the Cron Daemon to my user > account with the results of each run. I have a crontab setup on other > machines and I never get e-mails from the Cron Daemon when the files > run. How can I configure the Cron Daemon to stop sending me e-mails > each time it runs?
This is the standard behavior for cron. I personally don't think that turning it off is the right answer, so I've never bothered learning how. Instead, just redirect stdout & stderr to /dev/null. IE, at the end of you cron entry you need to 2>&1 >/dev/null -- Stuart Jansen <[EMAIL PROTECTED]> #define FALSE 0 /* This is the naked Truth */ #define TRUE 1 /* and this is the Light */ -- mailto.c
signature.asc
Description: This is a digitally signed message part
