+ "Fred Backman" <[EMAIL PROTECTED]>:
| > If it still fails, turn on process tracing (if your system allows it)
| > and see what happens to the process.
|
| Do you mean I should trace qmail-queue? If so, how do I do that when
| qmail-queue is invoked from qmail-inject?
You seem to be on a Solaris system. Then use truss -f to trace the
children. (You can also use -o filename to redirect the trace
output.) Since qmail-queue is a setuid program you have to be root to
do this, but then I believe it will work.
- Harald