Re: cron & exim message in logs

2000-05-05 Thread Dave Sherohman
Nathan E Norman said: > cron is logging those messages, not exim (you can tell because the > field directly after the hostname is /USR/SBIN/CRON ...) Yeah, I noticed that and suspected the correct cause. > edit /etc/syslog.conf and change the line > *.*;auth,authpriv.none -/var/log/sys

Re: cron & exim message in logs

2000-05-05 Thread Nathan E Norman
On Thu, May 04, 2000 at 09:59:36PM -0500, Dave Sherohman wrote: > Shane said: > > Check the "/etc/cron.d/exim" file. You can > > comment it out. > > OK... That looks like it would stop exim from running the queue every > however often. My understanding of the original question, though (as we

Re: cron & exim message in logs

2000-05-05 Thread Dave Sherohman
Shane said: > Check the "/etc/cron.d/exim" file. You can > comment it out. OK... That looks like it would stop exim from running the queue every however often. My understanding of the original question, though (as well as something I've been wondering), is: How do I get exim to stop _loggin

Re: cron & exim message in logs

2000-05-04 Thread Shane
Check the "/etc/cron.d/exim" file. You can comment it out. -shane On Thu, 4 May 2000 08:38:10John Bagdanoff wrote: >May 4 08:08:01 zork /USR/SBIN/CRON[5090]: (mail) CMD ( if >[ -x /usr/sbin/exim -a -f /etc/exim.conf ]; then >/usr/sbin/exim -q >/dev/null 2>&1; fi) > > >I keep getting this

cron & exim message in logs

2000-05-04 Thread John Bagdanoff
May 4 08:08:01 zork /USR/SBIN/CRON[5090]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim.conf ]; then /usr/sbin/exim -q >/dev/null 2>&1; fi) I keep getting this every 30 minutes in syslog. Is it telling me there's something wrong, or just info. If it's just info, how can I turn it off fr