From owner-freebsd-questions Mon Jul 8 17:23:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01890 for questions-outgoing; Mon, 8 Jul 1996 17:23:28 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA01875 for ; Mon, 8 Jul 1996 17:23:26 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0udQWx-0004rlC; Mon, 8 Jul 96 20:19 EDT Received: from elmer.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA29767; Mon, 8 Jul 96 20:19:08 EDT Received: by elmer.picker.com (SMI-8.6/SMI-SVR4) id UAA17945; Mon, 8 Jul 1996 20:20:59 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199607090020.UAA17945@elmer.picker.com> Subject: Re: problem with ELM To: vdongre@rolta.com (Vrushal Dongre) Date: Mon, 8 Jul 1996 20:20:58 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: <199607081639.AA22600@68f800.rolta.com> from "Vrushal Dongre" at Jul 8, 96 04:39:25 pm Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Vrushal Dongre: >I have a FBSD 2.0 mailserver & I have installed ELM on the system. >The compilation went OK . >But now when I type elm at the prompt I get the following messages :- > > Waiting to read mailbox while mail is being received: attempt #n > >After 7 attempts it says:- > Giving up after 7 iteration. > Please try to read your mail again in a few minutes. > Timed out on locking mailbox. Leaving program. > >Can anyone tell me what I have to do to make ELM work ? If I make any changes >to the configuration file will I have to recompile the whole thing again ? >i.e. run --> 'make all ' ? Here's what I'm using in my ELM (from config.h): /*#define USE_FLOCK_LOCKING*/ /**/ #define USE_DOTLOCK_LOCKING /**/ #define USE_FCNTL_LOCKING /**/ #define LOCK_DIR "/var/spool/uucp" /**/ then, pick a group that all your mail users will be in (e.g. staff) and then (as root): cd /var chgrp staff mail chmod 2777 mail Randall Hopper rhh@ct.picker.com