[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sendmail problem, sending from console



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: root@localhost
        rcpt to: kim.onnel@gmail.com

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.



Reply to: