From owner-freebsd-questions Mon Jan 28 18:39:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.mgfairfax.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 8CE3237B419 for ; Mon, 28 Jan 2002 18:39:41 -0800 (PST) Received: from there ([24.163.115.240]) by mail7.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Mon, 28 Jan 2002 21:02:15 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Ray Kohler To: "f.johan.beisser" , Drew Tomlinson Subject: Re: Preserve Postfix When Upgrading? Date: Mon, 28 Jan 2002 21:02:16 -0500 X-Mailer: KMail [version 1.3.2] Cc: questions@FreeBSD.ORG References: <20020128175228.T79959-100000@localhost> In-Reply-To: <20020128175228.T79959-100000@localhost> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <0d82a1502021d12FE7@mail7.mgfairfax.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 28 January 2002 08:54 pm, f.johan.beisser wrote: > On Mon, 28 Jan 2002, Drew Tomlinson wrote: > > I would like to upgrade to the 4.5-RELEASE. However, I have > > installed Postfix from the ports and want to be sure that > > Sendmail won't overwrite Postfix during the upgrade. What do I > > need to do to keep Postfix? I've searched the archives but > > have been unable to find anything conclusive. > > dig through /etc/defaults/make.conf. there's an entire section of > base install OS bits to not build, and not install. > > one of them happens to be sendmail. > > # To avoid building various parts of the base system: > > [snippage for space] > > #NO_SENDMAIL= true # do not build sendmail and related >programs You also need to set NO_MAILWRAPPER= true in the same file. NO_SENDMAIL supresses building of /usr/libexec/sendmail, and NO_MAILWRAPPER supresses the building of /usr/sbin/sendmail. -- Ray Kohler Some programming languages manage to absorb change but withstand progress. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message