Jan Wilson <[EMAIL PROTECTED]> wrote:
>
> Error sending message, child exited 127 (Exec error.).
Mutt is probably calling your sendmail program (probably a wrapper that
calls postfix), and feeding it arguments that the wrapper does not
understand. Do you have dsn_notify or similar variables enabled? These
are sendmail-specific features, so they may not work if you are not
using sendmail.
It would be nice if Mutt printed the command it was trying to execute,
as the only way I know to debug this is to make a script called
"sendmail" that does something like this:
#!/bin/sh
echo "$@" >> /tmp/sendmail.log
And then send a test message through the script, and then trying to run
the real sendmail with the same command line to see why it doesn't work.
--
David DeSimone | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED] | that there is no man really clever who has not
Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson
Richardson IT | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44