On 2002-11-26 01:13, Joan Picanyol i Puig <[EMAIL PROTECTED]> wrote: > * Jonathan Belson <[EMAIL PROTECTED]> [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 [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
