From owner-freebsd-current Wed Oct 30 10:26:08 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA18693 for current-outgoing; Wed, 30 Oct 1996 10:26:08 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA18683 for ; Wed, 30 Oct 1996 10:26:01 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.2/CET-v2.1) with SMTP id SAA19218; Wed, 30 Oct 1996 18:25:37 GMT Date: Thu, 31 Oct 1996 03:25:37 +0900 (JST) From: Michael Hancock To: "Marc G. Fournier" cc: Terry Lambert , Mark Crispin , current@freebsd.org Subject: Re: /var/mail (was: re: Help, permission problems...) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 29 Oct 1996, Marc G. Fournier wrote: > Now, Terry mentions mail readers such as ELM, which, from the > last time I configured/installed it a couple of years ago, actually > gives you a choice of 3 locking methods, none of which are forced > upon you...'.lock' being one of the three, and I think fcntl/flock were > the other two... I now remember why BSDI changed their /var/mail permissions ... ls -ld /var/mail drwxrwxr-x 2 root mail 512 Oct 19 1995 /var/mail ll `which elm` -r-x--s--x 1 bin mail 233472 Apr 26 1995 /usr/contrib/bin/elm There was some kind of problem with elm at the time and mail gid thing fixed it. Regards, Mike Hancock