fetchmail cant fetch mail

Wade Smart wadesmart at gmail.com
Thu Feb 7 18:13:22 UTC 2008


Derek Broughton wrote:
> Wade Smart wrote:
> 
>> Looking in the logs I found a few problems with fetchmail:
>>
> ... 
>> Feb  6 12:50:09 wadesmart fetchmail[10133]: Authorization failure on
>> it at pop.where.secureserver.net
>> Feb  6 12:50:09 wadesmart fetchmail[10133]: Query status=3 (AUTHFAIL)
>> Feb  6 12:50:09 wadesmart fetchmail[10133]: Authorization failure on
>> it at gmail-pop.l.google.com
>> Feb  6 12:50:09 wadesmart fetchmail[10133]: Query status=3 (AUTHFAIL)
>>
>> I dont know why fetchmail is trying to contact
>> pop.where.seureserver.net or why  its contacting it@ for either gmail
>> or secureserver.
>>
>> I stopped fetchmail and looked at the rc file and nothing has changed.
>> I restarted and continued to have the same errors.
> 
> Well, there's not much we can do without the fetchmail config, but
> gmail-pop.l.google.com is just normal gmail - so assuming you really _do_
> have fetchmail set to connect to gmail, you have an authentication problem
> there anyway.
> 
> Then the pop.secureserver.net could be any server whose mx points to
> secureserver.  So its probably whatever you tried to access before gmail.


02072008 1210 GMT-6

Last night I restarted fetchmail and its working again. I hate those 
type of problems.

But this is my rc file:
# Configuration created Tue Oct 24 12:53:28 2006 by fetchmailconf 1.52 
$Revision: 4636 $
set syslog
set postmaster "wadesmart"
set no bouncemail
set no spambounce
set properties ""
set daemon 150

# setup first email service provider -> WadeSmart
	poll mail.wadesmart.com
        	uidl
	proto pop3
	auth password
         user "username" there with password "password"
        	nokeep
	no fetchall
	

# setup second email service provider -> Gmail
	poll pop.gmail.com
	uidl
         proto pop3
	port 995
	auth password
	user "wadesmart at gmail.com" there with password "password"
	nokeep
	no fetchall
	ssl sslcertpath /etc/ssl/certs


The gmail-pop-l-google.com only shows up when there is a problem, 
otherwise its pop.gmail.com.

Wade




More information about the ubuntu-users mailing list