Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 20:58:40 -0700 (PDT)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/defaults periodic.conf src/etc/periodic/daily 440.status-mailq 500.queuerun src/share/man/man5 periodic.conf.5
Message-ID:  <200204100358.g3A3weB39270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gshapiro    2002/04/09 20:58:40 PDT

  Modified files:
    etc/defaults         periodic.conf 
    etc/periodic/daily   440.status-mailq 500.queuerun 
    share/man/man5       periodic.conf.5 
  Log:
  Update mail queue related periodic scripts to account for sendmail 8.12's
  clientmqueue (submit mail queue).
  
  The new mailq display is only active if both the old
  daily_status_mailq_enable is set to "YES" and the new
  daily_status_include_submit_mailq is set to "YES" so people who disabled
  440.status-mailq won't have any surprises.
  
  Likewise, the new queue run is only active if both the old
  daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun
  is set to "YES" so people who disabled 500.queuerun won't have any
  surprises.
  
  While I am here, remove the [ ! -d /var/spool/mqueue ] checks from
  both scripts as the queue directory isn't always /var/spool/mqueue for
  the main daemon -- it can be set to anything in the sendmail.cf file.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +3 -1      src/etc/defaults/periodic.conf
  1.7       +24 -7     src/etc/periodic/daily/440.status-mailq
  1.2       +8 -6      src/etc/periodic/daily/500.queuerun
  1.41      +19 -0     src/share/man/man5/periodic.conf.5

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204100358.g3A3weB39270>