From dd3d88fc3425822d0e58461c08e0cf562f99b7ff Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sun, 13 Aug 2000 18:53:58 +0000 Subject: 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 --- etc/sendmail/freebsd.mc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/sendmail') 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 -- cgit v1.1