[EMAIL PROTECTED] wrote:
>I should have added the default "I am a newbie at this" :-)
>
>> Can you truss -f (or the moral equivalent) the invocation of
>> sendmail -t?
>
>Um, I don't have truss and the other knowledgeable people looked at me
>and asked if I wanted to build a building. What does truss do, so I
>can try to find a similar command...
>
>FYI I'm running: Cobalt Linux release 4.0 (Fargo) Kernel 2.0.34
Truss runs a specified program and shows all the system calls it
makes, their arguments, and what they return. It's handy for
debugging.
It's pretty platform-variant, so it might also be known as trace,
strace, or par.
>I'll check that out - it'll take me a bit though... But, why would I
>be getting the same error message for bounces, since they would be
>run from one of the qmail users, right?
What does /var/qmail/bin/qmail-queue (AKA qq) look like? Should be
close to:
-rws--x--x 1 qmailq qmail 36480 Sep 11 1998 /var/qmail/bin/qmail-queue
Have you run "make check" from the build directory?
-Dave