aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-04-05 16:22:14 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-04-05 16:22:14 +0000
commit934c5da9c45956f90d16416400402e7cc9326c1e (patch)
treeb9b32dd461465929567829527dd75e9e89794994 /etc/defaults/rc.conf
parent7d5ea13fcdeca28a2419ff3e10bc02096e97f705 (diff)
downloadsrc-934c5da9c45956f90d16416400402e7cc9326c1e.tar.gz
src-934c5da9c45956f90d16416400402e7cc9326c1e.zip
Document sendmail_pidfile variable.
Add sendmail_procname variable.
Notes
Notes: svn path=/head/; revision=127895
Diffstat (limited to 'etc/defaults/rc.conf')
-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 0e5f10bfd931..e33ebe18e48f 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"