summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-04-05 16:22:14 +0000
committerfjoe <fjoe@FreeBSD.org>2004-04-05 16:22:14 +0000
commit4aa199a1787f5cd9ef5d928de6e60cabce569ee4 (patch)
treeb9b32dd461465929567829527dd75e9e89794994 /etc
parentb7508826964679a9ac1d99dcbb8c4885f4bcf902 (diff)
downloadFreeBSD-src-4aa199a1787f5cd9ef5d928de6e60cabce569ee4.zip
FreeBSD-src-4aa199a1787f5cd9ef5d928de6e60cabce569ee4.tar.gz
Document sendmail_pidfile variable.
Add sendmail_procname variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 0e5f10b..e33ebe1 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -391,8 +391,10 @@ pcvt_monohigh="NO" # set intensity to high on monochrome monitors (or NO).
mta_start_script="/etc/rc.sendmail"
# Script to start your chosen MTA, called by /etc/rc.
-# Settings for /etc/rc.sendmail:
+# Settings for /etc/rc.sendmail and /etc/rc.d/sendmail:
sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO).
+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)
sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission
sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost"
OpenPOWER on IntegriCloud