View Single Post
  #1   (View Single Post)  
Old 19th July 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default fetchmail: POP3< -ERR internal server error

Code:
$ fetchmail -N -v                                                              
fetchmail: 6.3.8 querying mail.inbox.lv (protocol POP3) at Sat, 19 Jul 2008 16:39:04 +0300 (EEST): poll started
Trying to connect to 89.111.3.112/110...connected.
fetchmail: POP3< +OK POP3 ready
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< .
fetchmail: mail.inbox.lv: opportunistic upgrade to TLS failed, trying to continue.
fetchmail: POP3> USER killasmurf
fetchmail: POP3< +OK
fetchmail: POP3> PASS *
fetchmail: POP3< -ERR internal server error
fetchmail: internal server error
fetchmail: Authorization failure on killasmurf@mail.inbox.lv
fetchmail: POP3> QUIT
fetchmail: 6.3.8 querying mail.inbox.lv (protocol POP3) at Sat, 19 Jul 2008 16:39:04 +0300 (EEST): poll completed
fetchmail: Query status=3 (AUTHFAIL)
fetchmail: normal termination, status 3
~/.fetchmailrc
Code:
poll mail.inbox.lv protocol pop3:
        user killasmurf
        pass SomeSecretPasswordThatIWontTellLol
;
sheesh, did i miss something.... why can't i fetch mail???
Reply With Quote