From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 14:53:59 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 1226A16A4CF for ; Fri, 27 Feb 2004 14:53:59 -0800 (PST) Received: from mygirlfriday.info (user204.net795.mo.sprint-hsd.net [65.41.216.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F61A43D1D for ; Fri, 27 Feb 2004 14:53:58 -0800 (PST) (envelope-from gv-list-freebsdquestions@mygirlfriday.info) Received: (qmail 8379 invoked from network); 27 Feb 2004 22:53:57 -0000 Received: from localhost (127.0.0.1) by major.mygirlfriday.info with DES-CBC3-SHA encrypted SMTP; 27 Feb 2004 22:53:57 -0000 Date: Fri, 27 Feb 2004 16:53:57 -0600 From: Gary To: FreeBSD Message-ID: <5320000.1077922437@[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:53:59 -0000 Hi Brian, --On Friday, February 27, 2004 04:36:51 PM -0600 "Henning, Brian" wrote: > cat /var/qmail/control/defaultdelivery > cat: /var/qmail/control/defaultdelivery: No such file or directory > > Do I need to put maildir in here or something? Yes, you need to tell qmail what type of mailbox system you have. It will not deliver to Maildir if you do not have it.. I am assuming you have a stock setup of qmail with a /var/qmail/control dir in place.. just make a defaultdelivery file in the control dir, and put in ./Maildir/ into it, to have a Maildir format.. -- Gary