Winston Moy <[EMAIL PROTECTED]> wrote:
>
>  "Error sending message, child exited 70 (Internal error.)" when sending out.

Sendmail doesn't like the command line it's being given by Mutt.  Here's
a simple shell script:

    #!/bin/sh
    echo "Args: " "$@" >> /tmp/sendmail.log

Save this script, then in Mutt, "set sendmail=/path/to/script".  Then,
send a dummy message, and when finished, check the /tmp/sendmail.log
file to see what arguments sendmail was supposed to be called with. 
Then try calling sendmail with those arguments and see why it fails.

-- 
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
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to