Luca Pescatore <[EMAIL PROTECTED]> wrote:
>
>Hi,
> when i try to execute sendmail i get that error :
>
>server:/var/qmail/bin# ./sendmail
>sendmail: fatal: unable to run qmail-inject
>
>qmail-inject is present! :((
"unable to run qmail-inject" doesn't mean "qmail-inject is not
present"
For example, is the qmail-inject file executable? Is it a valid,
properly functioning binary? Can you run it directly?
Do you have a truss/trace/strace/par command you can use to trace the
system calls executed by "sendmail"?
-Dave