summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-08-16 09:14:09 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-08-16 09:14:09 +0000
commit6bf1068b6ed1b605de9e06f71dd10f0d8398e421 (patch)
tree77ec35bf9aa21cbc3988fe214af624d1add28648 /share
parentfbb375df47d4a20861f5b7a7836d97f2ddb68722 (diff)
downloadFreeBSD-src-6bf1068b6ed1b605de9e06f71dd10f0d8398e421.zip
FreeBSD-src-6bf1068b6ed1b605de9e06f71dd10f0d8398e421.tar.gz
Document the sendmail_outbound_enable and sendmail_outbound_flags,
which were introduced 5 months ago. Looking at the descriptions, these two look like the stupidest options to have arrived in a while, but they must be documented now that they've been merged onto the stable branch.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.529
1 files changed, 29 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index e9b5c5e..f656fcb 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1561,6 +1561,35 @@ is set to
these are the flags to pass to the
.Xr sendmail 8
daemon.
+.It Va sendmail_outbound_enable
+.Pq Vt bool
+If set to
+.Dq YES
+and
+.Va sendmail_enable
+is set to
+.Dq NO
+then run
+.Xr sendmail 8
+using
+.Va sendmail_outbound_flags
+instead of
+.Va sendmail_flags .
+This is intended to allow local mail queue management
+for systems that do not offer a listening SMTP service.
+.It Va sendmail_outbound_flags
+.Pq Vt str
+If
+.Va sendmail_enable
+is set to
+.Dq NO
+and
+.Va sendmail_outbound_enable
+is set to
+.Dq YES
+then these are the flags to pass to the
+.Xr sendmail 8
+daemon.
.It Va diskcheckd_enable
.Pq Vt bool
Set to
OpenPOWER on IntegriCloud