aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.conf
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2022-11-09 15:54:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-11-09 15:54:34 +0000
commitc7c983685351d3141a206b71f5f531065e841452 (patch)
tree82290e18463990c8ebe4689e21568f1aa8706bf2 /libexec/rc/rc.conf
parent7cadc5263887374c50c3e3f500ef6fb7b7c3dd98 (diff)
downloadsrc-c7c983685351d3141a206b71f5f531065e841452.tar.gz
src-c7c983685351d3141a206b71f5f531065e841452.zip
Diffstat (limited to 'libexec/rc/rc.conf')
-rw-r--r--libexec/rc/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index aebcee9dde2f..08a6b65980f7 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -597,6 +597,7 @@ 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="NO" # Run the sendmail inbound daemon (YES/NO/NONE).
+ # If NONE, don't start any sendmail processes.
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)