fetchmail-friends
[Top] [All Lists]

Re: [fetchmail]Configuration question

2005-02-06 10:26:19
On Sun, 06 Feb 2005 11:46:55 -0500, Jean-Francois Leblond
<jfleblond(_at_)videotron(_dot_)ca> wrote:
  
I have a pop3 account at my ISP that I'm trying to download my email from.
I'm getting an authorization failed message. I think it's cause by the fact
that my username is different than my email prefix 
  
Here's the config: 
  
pop: pop.myisp.ca 
user: myuser 
password: mypassword 
email: myemail(_at_)myisp(_dot_)ca 
  
Here's my .fetchmailrc: 
  
[root(_at_)jflrh9 root]# more .fetchmailrc
poll pop.myisp.ca protocol pop3
        user myuser is root
        password mypassword
[root(_at_)jflrh9 root]# 

Try:

poll pol.myisp.ca
    protocol pop3
    user myuser password "mypassword"

The "is root" isn't required if you're running this as root.  The
quotes may also help (and if you RTFM you'll discover that almost all
the examples wrap the password in quotes).

-- 
                 Please keep list traffic on the list.
Rob MacGregor
      Whoever fights monsters should see to it that in the process he 
        doesn't become a monster.                  Friedrich Nietzsche


<Prev in Thread] Current Thread [Next in Thread>