From owner-freebsd-stable Tue Jul 31 19:14:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id B436537B403 for ; Tue, 31 Jul 2001 19:14:08 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [127.0.0.1]) by horsey.gshapiro.net (8.12.0.Beta16/8.12.0.Beta16) with ESMTP id f712E70m064755 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 31 Jul 2001 19:14:08 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta16/8.12.0.Beta16) id f712E7XD064725; Tue, 31 Jul 2001 19:14:07 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15207.26095.204216.77435@horsey.gshapiro.net> Date: Tue, 31 Jul 2001 19:14:07 -0700 From: Gregory Neil Shapiro To: Nick Sayer Cc: freebsd-stable@FreeBSD.ORG Subject: Re: sendmail .mc file building buglet In-Reply-To: <3B6763AC.3020108@quack.kfu.com> References: <3B6763AC.3020108@quack.kfu.com> X-Mailer: VM 6.92 under 21.5 (beta1) "anise" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer> Just supp'ed -stable and built the world. Now my .mc files make bad nsayer> .cf files if I don't have FEATURE(access...) in them. The symptom nsayer> is that the TLS stuff does LookUpDomain rule calls, but if the nsayer> access feature isn't in there, then it complains at session start. Please try this patch (applied to the HEAD, will apply to RELENG_4 if it fixes the problem for you). Index: etc/mail/Makefile =================================================================== RCS file: /home/ncvs/src/etc/mail/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- etc/mail/Makefile 2001/07/23 02:18:34 1.19 +++ etc/mail/Makefile 2001/08/01 02:10:35 @@ -39,8 +39,6 @@ # uucpdomain, virtusertable # -SENDMAIL_M4_FLAGS+= -D_FFR_TLS_O_T - .ifndef SENDMAIL_MC SENDMAIL_MC!= hostname SENDMAIL_MC:= ${SENDMAIL_MC}.mc Index: etc/sendmail/Makefile =================================================================== RCS file: /home/ncvs/src/etc/sendmail/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- etc/sendmail/Makefile 2001/07/23 02:19:02 1.11 +++ etc/sendmail/Makefile 2001/08/01 02:10:39 @@ -10,8 +10,6 @@ SMDIR= ${SENDMAIL_DIR}/src CFDIR= ${SENDMAIL_DIR}/cf -SENDMAIL_M4_FLAGS+= -D_FFR_TLS_O_T - # this is overkill, but.... M4FILES!= find ${CFDIR} -type f -name '*.m4' -print To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message