summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2002-02-17 22:10:06 +0000
committergshapiro <gshapiro@FreeBSD.org>2002-02-17 22:10:06 +0000
commitd24065825e577d330764e6d656a67cd553fae654 (patch)
tree31b5c0a12c83088d5a60440580bbd69b0f76fc5f /share/examples/etc
parent9ca121f5b3eabff7caa6b72fb645af0ba6cd492e (diff)
downloadFreeBSD-src-d24065825e577d330764e6d656a67cd553fae654.zip
FreeBSD-src-d24065825e577d330764e6d656a67cd553fae654.tar.gz
Document new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as a
set-user-ID root binary instead of the new method (set-group-ID smmsp).
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index f63cb26..ef7e913 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -284,3 +284,11 @@
#SENDMAIL_LDFLAGS=
#SENDMAIL_LDADD=
#SENDMAIL_DPADD=
+#
+# Setting SENDMAIL_SET_USER_ID will install the sendmail binary as a
+# set-user-ID root binary instead of a set-group-ID smmsp binary and will
+# prevent the installation of /etc/mail/submit.cf.
+# This is a deprecated mode of operation. See etc/mail/README for more
+# information.
+#
+#SENDMAIL_SET_USER_ID=
OpenPOWER on IntegriCloud