From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 14:31:43 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 4A6AF16A4CE for ; Fri, 27 Feb 2004 14:31:43 -0800 (PST) Received: from mygirlfriday.info (user204.net795.mo.sprint-hsd.net [65.41.216.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7C443D1D for ; Fri, 27 Feb 2004 14:31:42 -0800 (PST) (envelope-from gv-list-freebsdquestions@mygirlfriday.info) Received: (qmail 8341 invoked from network); 27 Feb 2004 22:31:41 -0000 Received: from localhost (127.0.0.1) by major.mygirlfriday.info with DES-CBC3-SHA encrypted SMTP; 27 Feb 2004 22:31:41 -0000 Date: Fri, 27 Feb 2004 16:31:40 -0600 From: Gary To: freebsd-questions@freebsd.org Message-ID: <2540000.1077921100@[192.168.0.5]> In-Reply-To: References: X-Mailer: Mulberry/3.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: RE: procmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 22:31:43 -0000 Hi Brian, --On Friday, February 27, 2004 03:55:47 PM -0600 "Henning, Brian" wrote: > I tried removing everything in my recipes file, but that didn't work. > Any more thoughts? What is the contents of your /var/qmail/control/defaultdelivery file? Is it ./Maildir or ./Maildir/ ? Also regarding Andrew Gould's post, in part below, > 1. In recipe examples that I've seen, there is a space between the zero > and second colon in ":0 :". I don't know if this matters. With the Maildir format, the second ":" is not needed in recipes, as no locking is needed, just one of the benefits of Maildir format over mbox. Mail is not stored on a spool, but as individual emails.. One other thing I just thought of... I have this at the top of my .procmailrc file... (in my home dir).. Put your paths here.. and DEFAULT="~/Maildir/" MAILDIR=$HOME/Maildir/ You also need a catchall recipe at the bottom.. :0w /home/yourname/Maildir or some such.. -- Gary