Andy Bradford <[EMAIL PROTECTED]> wrote:
>I have a server that does not seem to want to send out any email. If I
>start and stop the qmail daemons it will will send out bounced messages but
>it doesn't send out any email that should be directed to mailing lists.
>All the aliases are in place... There are hundreds of files in
>/var/qmail/queue/pid and I think that they are related somehow...
qmail-queue puts messages in queue/pid before moving them to
queue/mess. If messages are staying in queue/pid, they're not being
queued successfully. You should be seeing error messages when
qmail-queue is run, e.g., from qmail-inject. Try running Russ Nelson's
qmail-lint and "make check" from the qmail build directory.
-Dave