From owner-freebsd-stable Fri Feb 15 12:40:18 2002 Delivered-To: freebsd-stable@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 8D3D837B422 for ; Fri, 15 Feb 2002 12:40:03 -0800 (PST) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id WPI46766; Fri, 15 Feb 2002 22:39:52 +0200 (EET) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.6/8.11.6) id g1FKcEA00983; Fri, 15 Feb 2002 22:38:14 +0200 (EET) (envelope-from netch) Date: Fri, 15 Feb 2002 22:38:14 +0200 From: Valentin Nechayev To: Rick Hoppe Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Sendmail broken after upgrade 4.4-RELEASE to 4.5-STABLE Message-ID: <20020215223814.A309@iv.nn.kiev.ua> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from mailing@rickhoppe.nl on Thu, Feb 14, 2002 at 10:12:08PM +0100 X-42: On Organization: Dark side of coredump 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 Thu, Feb 14, 2002 at 22:12:08, mailing (Rick Hoppe) wrote about "Sendmail broken after upgrade 4.4-RELEASE to 4.5-STABLE": > Feb 14 21:30:00 ns1 sendmail[105]: NOQUEUE: SYSERR(root): Warning: .cf > version level (10) exceeds sendmail version 8.11.6 functionality (9) > > Some time ago I already upgraded the sendmail installation to 8.12.2 so I > didn't want make world to do something with sendmail. > > So I did specify in /etc/make.conf not to create sendmail, but somehow the > "old" version 8.11.6 was installed by make world. > > This is my /etc/make.conf > > CFLAGS= -O -pipe > NO_BIND= true # do not build BIND > NO_SENDMAIL= true # do not build sendmail and related programs Changing of /usr/sbin/sendmail is controlled by NO_MAILWRAPPER, not NO_SENDMAIL. Real sendmail is placed as /usr/libexec/sendmail/sendmail. You should re-install sendmail 8.12 to another place and edit /etc/mail/mailer.conf for path to your sendmail. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message