Sometime today, Sachin Naik wrote:
fetchmail: POP3< +OK 694 octets reading message 1 of 1 (694 octets) fetchmail: SMTP connect to localhost failed
Try,
bash$ telnet localhost 25
Does it connect? Or do you get "connection refused" or "connect failed"? You need to have sendmail up and listening for fetchmail to work. You need to have localhost set correctly.
bash$ /etc/rc.d/init.d/sendmail status bash$ /etc/rc.d/init.d/sendmail start
Manish