+ Fred backman <[EMAIL PROTECTED]>:
| My mail server has been working okay until recently, and I cannot
| figure out why it's not working. This is what I get when I try to
| send a message locally:
|
| # echo bollox | /var/qmail/bin/qmail-inject
| qmail-inject: fatal: qmail-queue was killed
|
| Nothing shows up in the syslog. Nothing in the mail queue.
|
| Sending to the "bollox" account via smtp works just fine! Any ideas?
As a first try, you could try to present a valid message to
qmail-inject:
# echo to: bollox | /var/qmail/bin/qmail-inject
If it still fails, turn on process tracing (if your system allows it)
and see what happens to the process.
- Harald