[Ilugc] configuring fetchmail and sendmail

  • From: ramanraj@xxxxxxxxxxxxxxx (Ramanraj K)
  • Date: Mon, 29 Mar 2004 21:00:29 +0530

Suresh Ramasubramanian wrote:

go to http://www.dotfiles.com and look at the .emacs / .gnus files there

Thanks,  I found your elisp script at: 
http://www.dotfiles.com/files/30/271_gnus.el
The script depends on fetchmail, and I have some trouble here.
I set the fetchmail configuration by running fetchmailconf 
and the resulting .fetchmailrc was as follows:

# Configuration created Mon Mar 29 19:46:00 2004 by fetchmailconf
set postmaster "linux.local"
set bouncemail
set properties ""
set daemon 60
poll md4.vsnl.net.in with proto POP3
 user 'ramanraj@xxxxxxxxxxxxxxx' there with password '********' is ramanraj 
here options keep warnings 3600
 antispam 571 550 501 554

When I test run fetchmail from fetchmailconf, the following is output: 
                                
fetchmail: 5.4.0 querying md4.vsnl.net.in (protocol POP3) at Mon, 29 Mar 2004 
19:50:58 +0530 (IST)
fetchmail: POP3< +OK Messaging Multiplexor (iPlanet Messaging Server 5.2 HotFix 
1.16 (built May 14 2003))
fetchmail: POP3> USER ramanraj@xxxxxxxxxxxxxxx 
fetchmail: POP3< +OK password required for user ramanraj@xxxxxxxxxxxxxxx
fetchmail: POP3> PASS * 
fetchmail: POP3< +OK Maildrop ready
fetchmail: POP3> STAT
fetchmail: POP3< +OK 2 2198
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
2 messages for ramanraj@xxxxxxxxxxxxxxx at md4.vsnl.net.in (2198 octets).
fetchmail: POP3> LIST 
fetchmail: POP3< +OK scan listing follows
fetchmail: POP3< 1 1097
fetchmail: POP3< 2 1101
fetchmail: POP3< .
fetchmail: POP3> RETR 1
fetchmail: POP3< +OK 1097 octets
reading message 1 of 2 (1097 octets)
fetchmail: SMTP connect to localhost failed
fetchmail: POP3> QUIT 
fetchmail: POP3< test
fetchmail: SMTP transaction error while fetching from md4.vsnl.net.in
fetchmail: Query status=10 (SMTP)
fetchmail: normal termination, status 10
Done.

__
How to fix this?

I can send mail and receive locally: 
# mail ramanraj@linux.local   // works



Other related posts: