I've been seeing cron output in the syslog file and I'm not sure if it is "normal" output or error output. I'd appreciate any help or suggestions as to what the problem(s) might be. I include an excerpt from /var/log/syslog and the /etc/cron.d/exim file that contains the command referenced in the syslog. Thanks.
- begin /var/log/syslog excerpt - Jan 4 20:38:01 blacklab /USR/SBIN/CRON[1503]: (mail) CMD ( if [ -x /usr/sbin/e xim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi) Jan 4 20:58:00 blacklab -- MARK -- Jan 4 21:08:01 blacklab /USR/SBIN/CRON[1533]: (mail) CMD ( if [ -x /usr/sbin/e xim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi) Jan 4 21:38:00 blacklab -- MARK -- Jan 4 21:38:01 blacklab /USR/SBIN/CRON[11083]: (mail) CMD ( if [ -x /usr/sbin/ exim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi) Jan 4 21:58:00 blacklab -- MARK -- Jan 4 22:08:01 blacklab /USR/SBIN/CRON[6309]: (mail) CMD ( if [ -x /usr/sbin/e xim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi) Jan 4 22:38:00 blacklab -- MARK -- Jan 4 22:38:01 blacklab /USR/SBIN/CRON[9362]: (mail) CMD ( if [ -x /usr/sbin/e xim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi) - end /var/log/syslog excerpt - - begin /etc/cron.d/exim - # /etc/cron.d/exim: crontab fragment for exim # Run queue every 30 minutes 08,38 * * * * mail if [ -x /usr/sbin/exim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi - end /etc/cron.d/exim - ______________________________________ Get to know http://www.quepasa.com Cool tools, free Internet, new sabor!

