Not that I know the answer...

On Mon, Dec 24, 2001 at 07:44:52PM +0530, [EMAIL PROTECTED] wrote:
> I made the following entry in my .fetcmailrc  :
> poll pop3.eth.net proto POP3 user username  password   mypass
> 
> This leads to an error : 
> fetchmail :Command not supported . Valid list of commands : UIDL ,
This part may be the critical message ;)
> ...
> fetchmail : fetching 94 mails for username
> fetchmail : SMTP error 10 .
 
Did you try running it with "-U" option for UIDL ?
Did you try AUTO instead of POP3?

My functioning /etc/fetchmailrc is

poll pop3.server.isp.com:
    # server options
    with nodns,
    with protocol pop3,
    # user options
    user my-account-name there, is, my-account-name here,
    with stripcr,
    with password can-not-show;

So yours should work from user account. :)

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ 
+  Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D  +
+  My debian quick-reference, http://qref.sourceforge.net/quick/      +

Reply via email to