Path: utzoo!attcan!uunet!deimos.cis.ksu.edu!unmvax!ariel!tesla.unm.edu!sfreed From: sfreed@tesla.unm.edu (Steve Freed) Newsgroups: comp.mail.elm Subject: Re: Lock file Message-ID: <263@ariel.unm.edu> Date: 26 Jul 89 19:01:30 GMT References: <3941@cps3xx.UUCP> Sender: news@ariel.unm.edu Lines: 20 usenet@cps3xx.UUCP (Usenet file owner) writes: >I am having problems with ELM not having group access to /usr/mail. >It says " Can't create lock file! Need write permission in "/usr/mail/". >Can anyone tell me what I need to configure to give ELM group access. You need to have elm set gid (group I.D.) and in the same group as /usr/mail with /usr/mail read, write, and executable by group. Here at our site, with all the problems we have here with students trying to hack mail, we have modified elm so it doesn't use lock files, but uses flock(2) exclusively. It is hoped that someday, when I get the chance, I will do it properly with diffs and send the diffs to the elm development group, so that in the future, sites that have flock(2) can have the option to use it exclusively. (provided the changes are approved.) -- Steve. sfreed@ariel.unm.edu