aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-03-21 06:09:20 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-03-21 06:09:20 +0000
commitaaf24e105dde1ba5e00a62302bbf630a763479b7 (patch)
tree840c847228a69c84ce12fdc88b51148eb169d21a /etc
parentafc743aebd9211e5e19456f7bb133f629a7a2673 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/mail/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mail/README b/etc/mail/README
index e0986b763d3f..1a567e7c2404 100644
--- a/etc/mail/README
+++ b/etc/mail/README
@@ -9,12 +9,12 @@ SMTP. A group writable client mail queue (/var/spool/client-mqueue/ by
default) holds the mail if an MTA can not be contacted.
To accomplish this, under the default setup, an MTA must be listening on
-localhost port 25. If the rc.conf sendmail_enable option is set to false,
+localhost port 25. If the rc.conf sendmail_enable option is set to "NO",
a sendmail daemon will still be started and bound only to the localhost
interface in order to accept command line submitted mail. If this is not
a desirable solution, it can be disabled using the sendmail_submit_enable
rc.conf option. However, if both sendmail_enable and sendmail_submit_enable
-are turned off, you must do one of two things for command line submitted
+are set to "NO", you must do one of two things for command line submitted
mail:
1. Designate an alternative MTA for the submission agent to contact