Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 00:30:02 -0700 (PDT)
From:      Michael Grant <mg-fbsd3@grant.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/39397: make buildworld installs a sendmail.cf
Message-ID:  <200206170730.g5H7U2t53514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/39397; it has been noted by GNATS.

From: Michael Grant <mg-fbsd3@grant.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc: matusita@jp.FreeBSD.org
Subject: Re: misc/39397: make buildworld installs a sendmail.cf
Date: Mon, 17 Jun 2002 09:24:37 +0200 (MEST)

 Here is the output of the make buildworld section which did the install of sendmail.cf.  I have the entire make buildworld output if 
 you would like to see it:
 
 ===> etc/sendmail
 rm -f freebsd.cf
 (cd /usr/src/etc/sendmail &&  m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/   
 /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) > freebsd.cf
 chmod 444 freebsd.cf
 rm -f /etc/mail/sendmail.cf
 (cd /usr/src/etc/sendmail &&  m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/   
 /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 /etc/mail/sendmail.mc) > /etc/mail/sendmail.cf
 *** WARNING: missing -T<TMPF> in argument of FEATURE(`access_db', hash -o /etc/mail/access)
  
 *** WARNING: FEATURE(`relay_mail_from') may cause your system to act as open
         relay.  Use SMTP AUTH or STARTTLS instead.
  

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206170730.g5H7U2t53514>