Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/share/man/man5 Pull up revision 1.90 (requested by atat...
details: https://anonhg.NetBSD.org/src/rev/f95563dfffd8
branches: netbsd-2-0
changeset: 561997:f95563dfffd8
user: he <he%NetBSD.org@localhost>
date: Thu Jul 15 19:38:38 2004 +0000
description:
Pull up revision 1.90 (requested by atatat in ticket #662):
Change the default settings for sendmail:
1) The stock sendmail.cf will only listen on the loopback
interface
2) The stock submit.cf specifically connects to "localhost.",
which should be less susceptible to being confused or
looking confused.
3) The SMTP listener starts by default, if needed. The
setting in /etc/default/rc.conf is still "no", but
rc.d/sendmail detects the default setting and will change
it to "yes" if need is determined.
"Need" is defined as "nothing else seems to have been
changed about the mail configuration but we would like
locally originated and locally destined mail to be delivered".
If you change e.g. mailer.conf to point to postfix or some
other MTA, sendmail will not start.
diffstat:
share/man/man5/rc.conf.5 | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 06d1bd9f9d66 -r f95563dfffd8 share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5 Thu Jul 15 19:38:03 2004 +0000
+++ b/share/man/man5/rc.conf.5 Thu Jul 15 19:38:38 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rc.conf.5,v 1.88.2.1 2004/07/15 19:21:31 he Exp $
+.\" $NetBSD: rc.conf.5,v 1.88.2.2 2004/07/15 19:38:38 he Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" Copyright (c) 1997 Curt J. Sampson
@@ -784,6 +784,15 @@
.Xr sendmail 8
and passes
.Sy sendmail_flags .
+The default setting for this is a function that determines if sendmail
+is actually needed, which means the
+.Xr rc.d 8
+script that starts sendmail will check to see if
+.Xr sendmail 8
+needs to run in order to facilitate local mail delivery.
+See
+.Pa /etc/defaults/rc.conf
+for more details.
.It Sy sendmail_suidroot
.Sq YES
or
@@ -795,6 +804,10 @@
you can remove the submit.cf file, and then turn off the
.Sy smmsp
process.
+Note that setting this to
+.Sq YES
+does not change or remove anything; you must still change the mode of
+the sendmail binary and remove the submit.cf file manually.
.It Sy smmsp
.Sq YES
or
Home |
Main Index |
Thread Index |
Old Index