From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 07:47:49 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CD4E2C5 for ; Sun, 30 Mar 2014 07:47:49 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBFA6E61 for ; Sun, 30 Mar 2014 07:47:48 +0000 (UTC) Received: from chombo.houseloki.net (c-76-115-19-22.hsd1.or.comcast.net [76.115.19.22]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 000E92D4F9B; Sun, 30 Mar 2014 00:47:45 -0700 (PDT) Received: from [IPv6:2601:7:880:bd0:c452:d2d3:be9e:44ad] (unknown [IPv6:2601:7:880:bd0:c452:d2d3:be9e:44ad]) by chombo.houseloki.net (Postfix) with ESMTPSA id 6D3D6405; Sun, 30 Mar 2014 00:47:43 -0700 (PDT) Message-ID: <5337CC05.3040603@bluerosetech.com> Date: Sun, 30 Mar 2014 00:47:17 -0700 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Benjamin Lee , Mayuresh Kathe Subject: Re: freebsd : 10 : sendmail_enable="NO" : no effect? References: <20140330051718.GA9286@SDF.ORG> <20140329223658.12046e3a@b1c1l1.com> In-Reply-To: <20140329223658.12046e3a@b1c1l1.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 07:47:49 -0000 On 3/29/2014 10:36 PM, Benjamin Lee wrote: > On Sun, 30 Mar 2014 05:17:18 +0000, Mayuresh Kathe wrote: >> hello, >> >> i am very new to freebsd and hence to this list. >> >> have an x86-64 machine running freebsd 10 since last night. >> >> it's a personal workstation and hence don't need sendmail. >> added in the following line to /etc/rc.conf; >> sendmail_enable="NO" >> >> sendmail still starts up on boot, have to manually stop it > [...] > > Put the following in /etc/rc.conf: > > sendmail_enable="NO" > sendmail_submit_enable="NO" > sendmail_outbound_enable="NO" > sendmail_msp_queue_enable="NO" sendmail_enable="NONE" is an abbreviation for those four lines.