From 4aa199a1787f5cd9ef5d928de6e60cabce569ee4 Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 5 Apr 2004 16:22:14 +0000 Subject: Document sendmail_pidfile variable. Add sendmail_procname variable. --- etc/defaults/rc.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc') 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" -- cgit v1.1