From owner-freebsd-stable@FreeBSD.ORG Sat Apr 10 16:17:11 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 3E52B16A4CE for ; Sat, 10 Apr 2004 16:17:11 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0810E43D45 for ; Sat, 10 Apr 2004 16:17:11 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 10 Apr 2004 18:17:53 -0500 Message-ID: <40788074.7020102@daleco.biz> Date: Sat, 10 Apr 2004 18:17:08 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Halpin References: <407853DA.2090706@comcast.net> <40785FB9.6020008@comcast.net> In-Reply-To: <40785FB9.6020008@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Apr 2004 23:17:54.0453 (UTC) FILETIME=[0D52DC50:01C41F52] 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:17:11 -0000 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. > > Joe Try setting NO_SENDMAIL="TRUE" in /etc/make.conf ?? Kevin Kinsey