From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 04:07:15 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 EBD7237B401 for ; Thu, 5 Jun 2003 04:07:15 -0700 (PDT) Received: from msr67.hinet.net (msr67.hinet.net [168.95.4.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA3043FBD for ; Thu, 5 Jun 2003 04:07:12 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-246.HINET-IP.hinet.net [61.227.219.246]) by msr67.hinet.net (8.9.3/8.9.3) with SMTP id TAA17222 for ; Thu, 5 Jun 2003 19:07:00 +0800 (CST) Date: Thu, 5 Jun 2003 19:06:02 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20030605190602.3dea8cf4.y2kbug@ms25.hinet.net> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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:07:16 -0000 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" and added a line saying exim_enable="YES" This does not seem to have worked, as the "ps" command still reports the presence of Sendmail but nothing about Exim. I've checked to make sure Exim is installed: bob@sonic:~> which exim /usr/local/sbin/exim 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. TIA, regards, Robert