From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 15:33:41 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 7737D16A4D2 for ; Fri, 27 Feb 2004 15:33:41 -0800 (PST) Received: from moonshine (213-84-173-33.adsl.xs4all.nl [213.84.173.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A11D43D1F for ; Fri, 27 Feb 2004 15:33:39 -0800 (PST) (envelope-from albi@eyfa.org) Received: by moonshine (Postfix, from userid 1002) id 3397436B; Sat, 28 Feb 2004 00:34:06 +0100 (CET) Date: Sat, 28 Feb 2004 00:34:06 +0100 From: albi To: freebsd-questions@freebsd.org Message-Id: <20040228003406.1e0feec6@moonshine.eyfa.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: procmail 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: Fri, 27 Feb 2004 23:33:41 -0000 On Fri, 27 Feb 2004 17:01:03 -0600 "Henning, Brian" wrote: > When I run: > gotmail --use-procmail --procmail-bin `which procmail` -u b1henning -p > > > It delivers in the mbox instead of the Maildir. > I tried you recipie changes you sugested and the .procmailrc changes. gotmail is software to fetch email from hotmail, and afaik it completely bypasses any MTA you're running, so you clearly have a procmail-problem here in my .procmailrc there's Maildir defined, do you have that ? the logging can also be handy to see what's going on $ less .procmailrc VERBOSE=off SHELL=/bin/sh DEFAULT=$HOME/Maildir/ ORGMAIL=$HOME/Maildir/ MAILDIR=$HOME/Maildir/ PMDIR=$HOME/.procmail LOGFILE=$PMDIR/log