aboutsummaryrefslogtreecommitdiff
path: root/etc/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-08-13 18:53:58 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-08-13 18:53:58 +0000
commitc577eab2f92e74a500ae27b387a1a27102fbc772 (patch)
tree49f78e179d22da7d4f2576e650bbb1c53c302a8e /etc/sendmail
parent74bd1c1038d5de585f56f19b690107230cb4f229 (diff)
downloadsrc-c577eab2f92e74a500ae27b387a1a27102fbc772.tar.gz
src-c577eab2f92e74a500ae27b387a1a27102fbc772.zip
Do not require a local-host-names file as this configuration file is the
default /etc/mail/sendmail.cf installed on a fresh install. Problem noted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes
Notes: svn path=/head/; revision=64622
Diffstat (limited to 'etc/sendmail')
-rw-r--r--etc/sendmail/freebsd.mc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc
index a91311a01823..6c8308f0b8c3 100644
--- a/etc/sendmail/freebsd.mc
+++ b/etc/sendmail/freebsd.mc
@@ -60,8 +60,10 @@ dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')dnl
FEATURE(local_lmtp)dnl
define(`LOCAL_MAILER_FLAGS', LOCAL_MAILER_FLAGS`'P)dnl
-dnl Uncomment to change the location of the default /etc/mail/local-host-names
+dnl Uncomment the first line to change the location of the default
+dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl
+define(`confCW_FILE', `-o /etc/mail/local-host-names')dnl
define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl
MAILER(local)dnl