From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 21:00:15 2003 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 ADB8616A4B3 for ; Tue, 7 Oct 2003 21:00:15 -0700 (PDT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECDD143FB1 for ; Tue, 7 Oct 2003 21:00:14 -0700 (PDT) (envelope-from fj@panix.com) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail3.panix.com (Postfix) with ESMTP id 294AE98244; Wed, 8 Oct 2003 00:00:14 -0400 (EDT) Received: (from fj@localhost) by panix3.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id h9840E316756; Wed, 8 Oct 2003 00:00:14 -0400 (EDT) Date: Wed, 8 Oct 2003 00:00:14 -0400 From: Joe Altman To: Mike Maltese Message-ID: <20031008040013.GA14912@panix.com> References: <20031008031656.GA1318@panix.com> <000d01c38d4b$fcfd53f0$f4f0a8c0@pcmedx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000d01c38d4b$fcfd53f0$f4f0a8c0@pcmedx.com> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Setting the sticky bit on /var/mail... 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, 08 Oct 2003 04:00:15 -0000 On Tue, Oct 07, 2003 at 08:26:40PM -0700, Mike Maltese wrote: > This may not be correct, but my first instinct would be to check for a flag > on the directory, i.e., 'ls -lo /var | grep mail'. Absolutely you are correct, and the crowd goes wild with applause...thank you. I suppose it would be nice to know what set all of the following on /var/mail: opaque nodump uappnd uchg uunlnk because it sure wasn't me. Removing them allowed me to set the appropriate bit. Thanks again.