diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-09-03 22:15:57 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-09-03 22:15:57 +0000 |
commit | de510133e2a54da90e8cf63156a9296f82c3f6a2 (patch) | |
tree | 58933d11f7e1db6f5345274555250234204b883f /etc/defaults | |
parent | 89f4f91595209e5ce151f23a1297515b389febe5 (diff) | |
download | FreeBSD-src-de510133e2a54da90e8cf63156a9296f82c3f6a2.zip FreeBSD-src-de510133e2a54da90e8cf63156a9296f82c3f6a2.tar.gz |
Deprecate the use of sendmail_enable="NONE" as it adversely affects the
new rcNG effort.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 4188b0a..aa8febc 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" |