From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 05:17:35 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C806774 for ; Sun, 30 Mar 2014 05:17:35 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:c:538::197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 059332DB for ; Sun, 30 Mar 2014 05:17:33 +0000 (UTC) Received: from mfilter26-d.gandi.net (mfilter26-d.gandi.net [217.70.178.154]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id F1D7A41C05A for ; Sun, 30 Mar 2014 07:17:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter26-d.gandi.net Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by mfilter26-d.gandi.net (mfilter26-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id kwgRx8yG-ea0 for ; Sun, 30 Mar 2014 07:17:25 +0200 (CEST) X-Originating-IP: 192.94.73.15 Received: from SDF.ORG (SDF.ORG [192.94.73.15]) (Authenticated sender: mayuresh@kathe.in) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id A98CD41C067 for ; Sun, 30 Mar 2014 07:17:24 +0200 (CEST) Date: Sun, 30 Mar 2014 05:17:18 +0000 From: Mayuresh Kathe To: questions@freebsd.org Subject: freebsd : 10 : sendmail_enable="NO" : no effect? Message-ID: <20140330051718.GA9286@SDF.ORG> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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 05:17:35 -0000 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 via "service sendmail stop" which gives the following; Stopping sendmail. Waiting for PIDS: 683. sendmail_submit not running? (check /var/run/sendmail.pid). Stopping sendmail_msp_queue. Waiting for PIDS: 686. may i know of a simpler way to stop sendmail from being enabled? thanks, ~mayuresh