From owner-freebsd-questions Mon Nov 25 16:20:13 2002 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 3F15C37B401 for ; Mon, 25 Nov 2002 16:20:11 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62DC943E88 for ; Mon, 25 Nov 2002 16:20:08 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a080.otenet.gr [212.205.215.80]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gAQ0JbYj002554; Tue, 26 Nov 2002 02:19:50 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gAQ0JXLM003486; Tue, 26 Nov 2002 02:19:33 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gAQ0JXWh003485; Tue, 26 Nov 2002 02:19:33 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 26 Nov 2002 02:19:33 +0200 From: Giorgos Keramidas To: Joan Picanyol i Puig Cc: freebsd-questions@FreeBSD.ORG Subject: Re: qmail problem Message-ID: <20021126001933.GC66017@gothmog.gr> References: <20021126001308.GA8123@grummit.biaix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021126001308.GA8123@grummit.biaix.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-26 01:13, Joan Picanyol i Puig wrote: > * Jonathan Belson [20021125 21:12]: > > My qmail installation went from working fine to acting strangely. > What have _you_ done ;)? > > > Nov 25 19:51:53 dookie qmail: 1038253913.640433 delivery 52: deferral: > > maildir:_not_found/ > [...] > > root@dookie:/home/jon# cat .qmail > > |/usr/local/bin/spamassassin | maildir ./Maildir/ > try to use a full path for maildir: > > echo \|/usr/local/bin/spamassasin \| `whereis -b grep | cut -f 2 -d ' '` >~/.qmail Make that: echo \|/usr/local/bin/spamassasin \| `whereis -b maildir | cut -f 2 -d ' '` >~/.qmail :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message