Hey guys,
I've just installed the toaster fresh today on a new FreeBSD 5.4 system. Everything went perfectly, and I now have a working qmail relay. Yeah, I know, the entire toaster is a little much for a qmail relay, but I wanted the filter stuff and nice toaster-watcher script for RBL's

Anyways, I get this error in my /var/log/mail/send/current file:
2005-11-09 15:03:34.524514500 warning: unable to stat mess/0/0
2005-11-09 15:03:34.526260500 warning: unable to stat mess/1/1
All the way up to 22.
qmail-stat shows 23 messages not yet preprocessed.
From my googleings, it seems to be related to the big todo patch. Another post suggested qfixq, but that did nothing. I even rm -rfd queue/todo and recreated it. nada.
Mail's transferring fine, it's just a log nuisance.
Anyone else run into this on a brand-spanking new install?
Rick
I don't know why you have the problem but one sure way to fix it is to stop qmail, nuke /var/qmail/queue, and then run "make setup" in your qmail source dir (/usr/local/src/mail/netqmail) to regenerate the queue.
Well now I feel like an idiot.. I swear I tried that.. Maybe I just put it off as a last resort and forgot to do it. Ohh I didn't remove the queue dir, just reran the make setup.
What you suggested worked.
Thanks again Matt.
Rick