[EMAIL PROTECTED] wrote:

>Can someone explain the following - I do a qmail-qstat and I get the
>following reply:
>find: cannot open queue/todo/*: No such file or directory
>messages in queue: 330
>messages in queue but not yet processed: -1

You sure about that? My qmail-qstat contains the following two "find"
commands:

messfiles=`find queue/mess/* -print | wc -w`
todofiles=`find queue/todo -print | wc -w`

But your error message matches neither.

>There has been 330 messages in the queue for 3 days now and even though
>I use the kill -ALRM qmail-send it still does not deliver those
>messages??

What does the qmail-send log say?

>I have also tried the queue-fix prog and still no luck in fixing the
>above problem

There may not be anything broken.

-Dave

Reply via email to