From owner-freebsd-questions Tue Dec 3 21:58:24 2002 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 991FD37B401 for ; Tue, 3 Dec 2002 21:58:23 -0800 (PST) Received: from bloodwood.adelaide.edu.au (bloodwood.adelaide.edu.au [129.127.43.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7C643EA9 for ; Tue, 3 Dec 2002 21:58:22 -0800 (PST) (envelope-from tpeter01@redtail.its.adelaide.edu.au) Received: from redtail.its.adelaide.edu.au ([129.127.55.134]) by bloodwood.adelaide.edu.au (Netscape Messaging Server 4.15) with ESMTP id H6KZ9300.9EI; Wed, 4 Dec 2002 16:28:16 +1030 Received: from redtail.its.adelaide.edu.au (localhost [127.0.0.1]) by redtail.its.adelaide.edu.au (8.12.6/8.12.6) with ESMTP id gB45w4Fj062488; Wed, 4 Dec 2002 16:28:04 +1030 (CST) (envelope-from tpeter01@redtail.its.adelaide.edu.au) Received: (from tpeter01@localhost) by redtail.its.adelaide.edu.au (8.12.6/8.12.6/Submit) id gB45w3DO062487; Wed, 4 Dec 2002 16:28:03 +1030 (CST) Date: Wed, 4 Dec 2002 16:28:03 +1030 From: Tim Peters To: Grant Cooper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Removing sendmail and getting roots mail Message-ID: <20021204055803.GB62081@adelaide.edu.au> References: <00fa01c29b4b$895d70d0$040a0a0a@donatev49iknkl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00fa01c29b4b$895d70d0$040a0a0a@donatev49iknkl> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Dec 03, 2002 at 08:13:44PM -0800, Grant Cooper wrote: > If I remove sendmail will that stop root from getting roots security reports? Yes, unless you install a different MTA (qmail, postfix etc) and configure it correctly. If all you want to do is prevent incoming smtp connections, just use sendmail_enable="NO" in /etc/rc.conf. -tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message