Kim Onnel wrote:
> I want to be able to send mail from the console, i tried this and
> thats the result,
> Cc:
> slg:/home/zazu# Can't send mail: sendmail process failed with error code 67

It would be nice if there was a list of those codes, but they seem to be
pretty elusive. Wishlist bug. 

You might try talking to the daemon directly:

        telnet localhost 25
        helo localhost             (note: "helo" is correct) 
        mail from: [EMAIL PROTECTED]
        rcpt to: [EMAIL PROTECTED]

which at that point might respond in english.

Most likely a DNS lookup problem - you said it was taking a long time.
It might be trying to verify the addresses. You may want to remove dns
from /etc/mail/service.switch, or fix your DNS.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to