diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-08-13 18:53:58 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-08-13 18:53:58 +0000 |
commit | dd3d88fc3425822d0e58461c08e0cf562f99b7ff (patch) | |
tree | 3d1d71119b3b42ec484a932d15930d276760c871 /etc/sendmail | |
parent | cbb74c17bdde9e04efd4115114940217143abe93 (diff) | |
download | FreeBSD-src-dd3d88fc3425822d0e58461c08e0cf562f99b7ff.zip FreeBSD-src-dd3d88fc3425822d0e58461c08e0cf562f99b7ff.tar.gz |
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>
Diffstat (limited to 'etc/sendmail')
-rw-r--r-- | etc/sendmail/freebsd.mc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index a91311a..6c8308f 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 |