K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2002-04-15T01:56:15.000000Z K 7 svn:log V 1222 Forced commit to include reason for previous commit's changes since my periodic script changes were MFCed behind my back before the week in my original 'MFC after' commit time had passed. MFC: 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. 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 END