From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 04:23:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DFBE37B401 for ; Thu, 5 Jun 2003 04:23:13 -0700 (PDT) Received: from spitfire.velocet.net (spitfire.velocet.net [216.138.223.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7718F43FBD for ; Thu, 5 Jun 2003 04:23:12 -0700 (PDT) (envelope-from willyyam@sillyrabbi.dyndns.org) Received: from sillyrabbi (H241.C230.tor.velocet.net [216.138.230.241]) by spitfire.velocet.net (Postfix) with ESMTP id 019294B830D; Thu, 5 Jun 2003 07:23:10 -0400 (EDT) Received: from willyyam by sillyrabbi with local (Exim 3.20 #1 (Debian)) id 19Nspp-0000uY-00; Thu, 05 Jun 2003 07:23:09 -0400 Date: Thu, 5 Jun 2003 07:23:09 -0400 From: William O'Higgins To: Robert Storey Message-ID: <20030605072309.A3482@sillyrabbi> References: <20030605190602.3dea8cf4.y2kbug@ms25.hinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030605190602.3dea8cf4.y2kbug@ms25.hinet.net>; from y2kbug@ms25.hinet.net on Thu, Jun 05, 2003 at 07:06:02PM +0800 Sender: William O'Higgins cc: freebsd-questions@freebsd.org Subject: Re: killing sendmail, using exim X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 11:23:13 -0000 On Thu, Jun 05, 2003 at 07:06:02PM +0800, Robert Storey wrote: >Sendmail is the default MTA, but I have Exim installed and now would like that to be my mail server. I'd like to be able to kill Sendmail startup permanently, and have Exim start at boot time, but I'm not sure how to do this. > >I did make an attempt. I edited /etc/rc.conf thus: > > sendmail_enable="NO" Use sendmail_enable="NONE" >I did a grep though the BSD FAQ and the handbook - both had only one sentence mentioning Exim, saying nothing other than it exists. "FreeBSD Unleashed" wasn't much more enlightening, so any advice will be appreciated. Read the exim FAQ (http://exim.org) on FreeBSD for further pointers, as well as checking the archives of this very list. -- yours, William