From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 18:59:35 2004 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 990E616A4CE for ; Tue, 6 Jan 2004 18:59:35 -0800 (PST) Received: from mx2.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FFD43D1D for ; Tue, 6 Jan 2004 18:59:34 -0800 (PST) (envelope-from ebudd@grokking.org) Received: from mx1.sohotech.ca (conrad.sohotech.ca [192.168.1.2]) (authenticated bits=0) by mx2.sohotech.ca (8.12.9p1/8.12.9) with ESMTP id i072xW8P006556 for ; Tue, 6 Jan 2004 21:59:32 -0500 (EST) (envelope-from ebudd@grokking.org) Received: from localhost ([192.168.1.5]) by mx1.sohotech.ca with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Jan 2004 21:59:32 -0500 Date: Tue, 6 Jan 2004 21:59:31 -0500 From: Ed Budd To: freebsd-questions@freebsd.org Message-Id: <20040106215931.44480f91.ebudd@grokking.org> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Jan 2004 02:59:32.0205 (UTC) FILETIME=[462889D0:01C3D4CA] Subject: rationale for /var/spool/mqueue permissions with 5.1R 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: Wed, 07 Jan 2004 02:59:35 -0000 Hi, I've been working my way through the sendmail "bat" book (not *ALWAYS* the most exciting read but informative nonetheless) and have come across a recommendation to ensure that /var/spool/mqueue is set as root-owned with mode of 0700. However, it appears that by default the permissions on 5.1R are thus (at least on my two boxes): root:daemon drwxr-xr-x My question is: why are these permissions set this way or, perhaps more to the point, what (if anything) am I likely to break if I change them to the recommendations in the book? Thanks in advance for whatever insight any of you can provide. EB