From owner-freebsd-questions Thu Dec 2 17:53:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from obscurity.org (obscurity.org [209.17.177.240]) by hub.freebsd.org (Postfix) with SMTP id 8636B14DB3 for ; Thu, 2 Dec 1999 17:53:24 -0800 (PST) (envelope-from cengland@obscurity.org) Received: (qmail 8348 invoked by uid 1003); 3 Dec 1999 02:05:24 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 Dec 1999 02:05:24 -0000 Date: Thu, 2 Dec 1999 18:05:24 -0800 (PST) From: Chris England To: Chris Shenton Cc: questions@freebsd.org Subject: Re: How to build STABLE without Sendmail (leave qmail alone) In-Reply-To: <87903dh1cp.fsf@Thanatos.Shenton.Org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2 Dec 1999, Chris Shenton wrote: > I'm using qmail now with the "sendmail" wrapper to make other programs > happy. When I do a "make world" it clobbers this and re-installs > sendmail. This causes the new sendmail to be used to deliver mail and > it gets stuffed in /var/mail/username instead of where qmail delivers > it, ~username/Mailbox (or ~username/Maildir/). > > How do I configure the build process to not build sendmail, or at > least not install it? > > Thanks. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > /etc/make.conf NO_SENDMAIL= true -Chris England To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message