aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-08-16 09:14:09 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-08-16 09:14:09 +0000
commitcc00d33c5f2c5fea29688498ea21c202c07e3881 (patch)
tree77ec35bf9aa21cbc3988fe214af624d1add28648 /share
parent77330eeba7f2e6fea60d2572cd260df010013de5 (diff)
downloadsrc-cc00d33c5f2c5fea29688498ea21c202c07e3881.tar.gz
src-cc00d33c5f2c5fea29688498ea21c202c07e3881.zip
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.
Notes
Notes: svn path=/head/; revision=81761
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 e9b5c5e2e98f..f656fcb5dded 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