From owner-freebsd-stable@FreeBSD.ORG Sat Apr 10 16:50:42 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F42116A4CE for ; Sat, 10 Apr 2004 16:50:42 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB1743D39 for ; Sat, 10 Apr 2004 16:50:42 -0700 (PDT) (envelope-from j.p.h@comcast.net) Received: from comcast.net (c-24-1-98-54.client.comcast.net[24.1.98.54]) by comcast.net (rwcrmhc11) with SMTP id <2004041023504101300stokde> (Authid: j.p.h); Sat, 10 Apr 2004 23:50:41 +0000 Message-ID: <40788850.9000607@comcast.net> Date: Sat, 10 Apr 2004 18:50:40 -0500 From: Joe Halpin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Kevin D. Kinsey, DaleCo, S.P." References: <407853DA.2090706@comcast.net> <40785FB9.6020008@comcast.net> <40788074.7020102@daleco.biz> In-Reply-To: <40788074.7020102@daleco.biz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org cc: David Magda Subject: Re: Installing FreeBSD without sendmail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 23:50:42 -0000 Kevin D. Kinsey, DaleCo, S.P. wrote: > Joe Halpin wrote: > >> David Magda wrote: >> >>> On Apr 10, 2004, at 16:06, Joe Halpin wrote: >>> >>>> Is it possible to install FreeBSD without sendmail? My machines are >>>> behind a NAT firewall and don't >>> >>> No. A mailer is needed for various system functions (e.g., mailing of >>> cron results) and sendmail is currently the default one (though you >>> can install others from Ports). >> >> Sorry I guess I wasn't clear. I wasn't asking to not have it on the >> system, only not running and accepting inbound connections. >> >>>> have a domain name. Every time I install I have to wait for sendmail >>>> to timeout looking for its domain name. >>> >>> Look in /etc/defaults/rc.conf for settings on sendmail(8). If you >>> want to completely disable it set the following in /etc/rc.conf: >>> >>> sendmail_enable="NONE" >> >> That's what I do every time I install. I was hoping there's some way >> to configure it that way during the install. > > Try setting NO_SENDMAIL="TRUE" in /etc/make.conf ?? How do I do that during an installation? Doesn't sound like sendmail can be disabled during an installation. Joe