aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-09-03 22:15:57 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-09-03 22:15:57 +0000
commitd87e0e8e230495df3be59a8a5c173aafc83bc450 (patch)
tree58933d11f7e1db6f5345274555250234204b883f /etc
parent9782ecbab042a633485e3d779d61415b6ce79798 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 4188b0a44acf..aa8febc33be4 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -361,8 +361,7 @@ 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:
-sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO/NONE).
- # If NONE, don't start any sendmail processes.
+sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO).
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"