Date: Tue, 26 Nov 2002 02:19:33 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Joan Picanyol i Puig <lists-freebsd-questions@biaix.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: qmail problem Message-ID: <20021126001933.GC66017@gothmog.gr> In-Reply-To: <20021126001308.GA8123@grummit.biaix.org> References: <JLEBKKHLLPOLBEGNAOJMKEHLCAAA.jon@witchspace.com> <20021126001308.GA8123@grummit.biaix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-26 01:13, Joan Picanyol i Puig <lists-freebsd-questions@biaix.org> wrote: > * Jonathan Belson <jon@witchspace.com> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021126001933.GC66017>