From: Gerard S. <ge...@se...> - 2006-11-11 23:44:36
|
On Saturday November 11, 2006 at 05:04:08 (PM) wade wrote: > This is the .fetchmailrc > # 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 300 > > # setup first email service provider -> WadeSmart > poll mail.wadesmart.com > uidl protocol pop3 auth password > user 'wa...@wa...' there with password 'password' is > 'wade' here > no keep > > > # setup third email service provider -> Gmail > poll pop.gmail.com > uidl port 995 auth password > user 'wad...@gm...' there with password 'password' > keep > no fetchall > ssl sslcertpath /etc/ssl/certs I use fetchmail to access numerous accounts, including some 'gmail' ones also. My configuration for accessing 'gmail' is slightly different though. # Configuration created Sun Jul 30 19:38:15 2006 by fetchmailconf 1.52 $Revision: 4740 $ set logfile "/usr/home/ges/logs/fetchmail.log" set postmaster "postmaster" set bouncemail set spambounce set properties "" set daemon 900 poll pop.gmail.com with proto POP3 and options uidl localdomains seibercom.net user 'ger...@gm...' there with password 'secret' is 'gerard-gmail' here options fetchall forcecr pass8bits ssl mimedecode The only real difference is that I do not give it a specific port number. Have you tried removing it and seeing what transpires? Just a suggestion. -- Gerard The average housefly lives for one month. |