From owner-freebsd-questions Wed Oct 15 08:40:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25690 for questions-outgoing; Wed, 15 Oct 1997 08:40:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA25683 for ; Wed, 15 Oct 1997 08:40:47 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg by adelphi.physics.adelaide.edu.au (5.65/AndrewR-930902) id AA28856; Thu, 16 Oct 1997 01:10:44 +0930 From: Kristian Kennaway Received: by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA14230; Thu, 16 Oct 1997 01:10:44 +0930 Message-Id: <9710151540.AA14230@bragg> Subject: Not installing sendmail with make world? To: freebsd-questions@freebsd.org (FreeBSD Questions) Date: Thu, 16 Oct 1997 01:10:43 +0930 (CST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'd like to run qmail on my box instead of sendmail because it seems to be a much more secure and easy-to-manage package. I've installed it already, but the next time I did a make world it naturally clobbered the /usr/sbin/sendmail replacement binary. Is there any way I can tell the makeworld script NOT to compile and install sendmail? Kris