From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 20:59:08 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 8CEA316A4CE for ; Tue, 21 Dec 2004 20:59:08 +0000 (GMT) Received: from rogers.com (CPE00095bf5ff21-CM000f9f578d7a.cpe.net.cable.rogers.com [70.24.145.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0175443D55 for ; Tue, 21 Dec 2004 20:59:08 +0000 (GMT) (envelope-from gbell72@gardnerbell.ca) Received: from gardnerbell.ca (localhost [127.0.0.1]) by rogers.com (8.13.1/8.13.1) with ESMTP id iBLKuQoj031305 for ; Tue, 21 Dec 2004 15:56:26 -0500 (EST) (envelope-from gbell72@gardnerbell.ca) Received: (from gbell72@localhost) by gardnerbell.ca (8.13.1/8.13.1/Submit) id iBLKuLR0031304 for freebsd-questions@freebsd.org; Tue, 21 Dec 2004 15:56:21 -0500 (EST) (envelope-from gbell72) Date: Tue, 21 Dec 2004 15:56:21 -0500 From: Gardner Bell To: freebsd-questions@freebsd.org Message-ID: <20041221205621.GA31153@gardnerbell.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Procmail Lockfile 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: Tue, 21 Dec 2004 20:59:08 -0000 Hi, I'm trying to setup procmail to deliver my mail but I continuously receive the following errors in my log file. procmail: Locking ~/Mail/Lists/FreeBSD-Questions.lock procmail: Error while writing to "~/Mail/Lists/_YmHxxx.gardnerbell.ca" I do receive my mail but it always ends up in the default location that I have specified. In my .procmailrc file I have the following environment variables: MAILDIR=$HOME/Mail DEFAULT=$HOME/Mail/received PMDIR=$HOME/.procmailrc LISTFOLDER=$HOME/Mail/Lists SENDMAIL=/usr/sbin/sendmail This is the recipe that fails to acquire a lock :0: * ^(From|To).*freebsd.org ~/Mail/Lists/FreeBSD-Questions The permissions on my Mail and Lists directory are set to drwx------ Any help to resolve this is appreciated. TIA Gardner Bell