summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratatat <atatat@NetBSD.org>2003-04-02 18:26:53 +0000
committeratatat <atatat@NetBSD.org>2003-04-02 18:26:53 +0000
commit0c772997635f4eb454afbb9d4c7ea080fda66ec5 (patch)
tree1fa90b779fe6ec01145ba9870dbcd66cc8aea99b
parent9ec397513925d8de51a78202680e45847d1144fc (diff)
Documentation for the new sendmail related rc.conf variables, and the
interactions between them.
-rw-r--r--share/man/man5/rc.conf.526
1 files changed, 25 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 63d3428f6de..c574389307d 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: rc.conf.5,v 1.77 2003/03/10 22:47:44 wiz Exp $
+.\" $NetBSD: rc.conf.5,v 1.78 2003/04/02 18:26:53 atatat Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" Copyright (c) 1997 Curt J. Sampson
@@ -744,6 +744,30 @@ Runs
.Xr sendmail 8
and passes
.Sy sendmail_flags .
+.It Sy sendmail_suidroot
+.Sq YES
+or
+.Sq NO .
+Asserts that sendmail is being used as a setuid root binary and adjusts
+some precmd checks accordingly.
+If this is set to
+.Sq YES ,
+you can remove the submit.cf file, and then turn off the
+.Sy smmsp
+process.
+.It Sy smmsp
+.Sq YES
+or
+.Sq NO .
+Runs
+.Xr sendmail 8
+as a client queue runner and passes
+.Sy smmsp_flags .
+Note that the smmsp process is not a full-featured SMTP daemon.
+Its main purpose is to flush locally collected mail from the queue, but
+it can also be used as a non-privileged
+.Dq nullclient
+that forwards to a more functional SMTP gateway.
.It Sy postfix
.Sq YES
or