From owner-freebsd-stable@FreeBSD.ORG Thu Apr 20 23:38:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 E321716A401 for ; Thu, 20 Apr 2006 23:38:43 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BCA43D6D for ; Thu, 20 Apr 2006 23:38:40 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-061-114-131.pools.arcor-ip.net [84.61.114.131]) by dd2718.kasserver.com (Postfix) with ESMTP id 5206FDCFF7; Fri, 21 Apr 2006 01:38:20 +0200 (CEST) Message-ID: <44481B7C.9050005@chillt.de> Date: Fri, 21 Apr 2006 01:38:36 +0200 From: Bartosz Fabianowski User-Agent: Thunderbird 1.5 (X11/20060402) MIME-Version: 1.0 To: Matt Smith References: <000001c664d2$9b75b490$0201a8c0@bedroom> In-Reply-To: <000001c664d2$9b75b490$0201a8c0@bedroom> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: shutting off the internal Sendmail Daemom X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 23:38:44 -0000 > Setting sendmail_enable to no in rc.conf does not work Did you remember to set it to "NONE", not just "NO"? This distinction was introduced a long time ago and sendmail_enable="NONE" has always done the trick for me since then. - Bartosz