Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-11-08 16:37:41 +0300
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-11-08 16:39:27 +0300
commitb7104f19147fd26f7d68dd8cc8cd4b07fae4579c (patch)
treeba6b72b7c7d7fbcf35c592819a6673217b1c76f7 /libexec
parentf1717ffd7a085378dd42f8f1bce7d62be93625a1 (diff)
sendmail: document that sendmail_enable can be set to NONE
setting sendmail_enable to NONE (which is now the default) turns all the sendmail_*_enable variables to NO Reported by: many
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 91b99780eae6..605df04a95e3 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -596,7 +596,7 @@ allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens
mta_start_script="/etc/rc.sendmail"
# Script to start your chosen MTA, called by /etc/rc.
# Settings for /etc/rc.sendmail and /etc/rc.d/sendmail:
-sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO).
+sendmail_enable="NONE" # Run the sendmail inbound daemon (YES/NO/NONE).
sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file
sendmail_procname="/usr/sbin/sendmail" # sendmail process name
sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server)