On Fri, Dec 24, 2004 at 05:29:05PM -0700, James wrote:
> On Friday 24 December 2004 09:16 am, Ruben de Groot wrote:
> > On Fri, Dec 24, 2004 at 03:26:15AM -0700, James typed:
> > > Hello,
> > >
> > > Use:
> > > sendmail_enable="none"
> > >
> > > This will disable all sendmail processes.
> >
> > This will also disable those annoying daily, weekly and montly
> > messages recieved from cronjobs.
> >
> > Who wants to read about your disks filling up, attempts to break into
> > your server and other futilities anyway ;-)
> 
> Thanks for the heads up on that.... Is there a way to make cron use something 
> other then sendmail?

If you specify in /etc/periodic.conf:

    daily_output="/var/log/daily.log"
    weekly_output="/var/log/weekly.log"
    monthly_output="/var/log/monthly.log"

The logs from periodic will go to those files instead.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
-----------------------------------------------------------------------
"One, with God, is always a majority, but many a martyr has been burned
   at the stake while the votes were being counted."  -- Thomas B. Reed
_______________________________________________
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