summaryrefslogtreecommitdiffstats
path: root/share/man/man5/periodic.conf.5
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-04-10 03:58:40 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-04-10 03:58:40 +0000
commitcb7ff33241638dbb7ac824a2d4a5c93a12dbe544 (patch)
tree6b0b75b209484d5e56e8742e678efecb40c834f9 /share/man/man5/periodic.conf.5
parentb489d476e4aa41964680332b8f09df0b26a49278 (diff)
downloadFreeBSD-src-cb7ff33241638dbb7ac824a2d4a5c93a12dbe544.zip
FreeBSD-src-cb7ff33241638dbb7ac824a2d4a5c93a12dbe544.tar.gz
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
Diffstat (limited to 'share/man/man5/periodic.conf.5')
-rw-r--r--share/man/man5/periodic.conf.519
1 files changed, 19 insertions, 0 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5
index dfe535d..96b3b2a 100644
--- a/share/man/man5/periodic.conf.5
+++ b/share/man/man5/periodic.conf.5
@@ -397,6 +397,16 @@ output when
.Va daily_status_mailq_enable
is set to
.Dq YES .
+.It Va daily_status_include_submit_mailq
+.Pq Vt bool
+Set to
+.Dq YES
+if you also want to run
+.Xr mailq 1
+on the submit mail queue when
+.Va daily_status_mailq_enable
+is set to
+.Dq YES .
.It Va daily_status_security_enable
.Pq Vt bool
Set to
@@ -541,6 +551,15 @@ if you want to enable reverse DNS lookups.
Set to
.Dq YES
if you want to manually run the mail queue at least once a day.
+.It Va daily_submit_queuerun
+.Pq Vt bool
+Set to
+.Dq YES
+if you also want to manually run the submit mail queue at least once a day
+when
+.Va daily_queuerun_enable
+is set to
+.Dq YES .
.It Va daily_local
.Pq Vt str
Set to a list of extra scripts that should be run after all other
OpenPOWER on IntegriCloud