From: Wade S. <wa...@wa...> - 2007-05-26 01:14:35
|
05252007 1811 GMT-6 DST Thanks Mattias. Ill contact the postfix group and ask some questions. wade On Sat, 2007-05-26 at 00:46 +0200, Matthias Andree wrote: > Am Freitag, den 25.05.2007, 17:26 -0500 schrieb Wade Smart: > > 05252007 1719 GMT-6 DST > > > > You mean this: > > Below is my rc file. > > > > # setup second email service provider -> Gmail > > poll pop.gmail.com > > uidl > > proto pop3 > > port 995 > > auth password > > user "wad...@gm..." there > > with password "pass" is "wadesmart" here > > keep > > no fetchall > > ssl sslcertpath /etc/ssl/certs > > Sane. > > > Old UID list from pop.gmail.com: GmailId112c4a368ec246c6 > > GmailId112c4a787bf4ad6b GmailId112c4ad1905943bd GmailId112c4bbc05987452 > > GmailId112c4be5cf509954 GmailId112c4c56d610a724 GmailId112c4d17d9ef7d8e > > GmailId112c4e287e762735 GmailId112c4f7358d78ba7 GmailId112c4f74c2497b95 > > GmailId112c50082d64fcf5 GmailId112c521bff9143bb GmailId112c532a74e88878 > > GmailId112c5337b22cef97 GmailId112c54a28c085ccd <empty> > > fetchmail: 6.3.6 querying pop.gmail.com (protocol POP3) at Fri 25 May > > 2007 05:15:15 PM CDT: poll started > > Trying to connect to 64.233.185.109/995...connected. > > fetchmail: Issuer Organization: Equifax > > fetchmail: Unknown Issuer CommonName > > fetchmail: Server CommonName: pop.gmail.com > > fetchmail: pop.gmail.com key fingerprint: > > 59:51:61:89:CD:DD:B2:35:94:BB:44:97:A0:39:D5:B4 > > fetchmail: POP3< +OK Gpop ready for requests from 67.60.204.183 > > 67pf1382686wra > > fetchmail: POP3> USER wad...@gm... > > fetchmail: POP3< +OK send PASS > > fetchmail: POP3> PASS * > > fetchmail: POP3< +OK Welcome. > > fetchmail: selecting or re-polling default folder > > fetchmail: POP3> STAT > > fetchmail: POP3< +OK 15 72417 > > fetchmail: POP3> UIDL > > fetchmail: POP3< +OK > > fetchmail: POP3< 1 GmailId112c4a368ec246c6 > > fetchmail: POP3< 2 GmailId112c4a787bf4ad6b > > fetchmail: POP3< 3 GmailId112c4ad1905943bd > ... > And indeed, fetchmail has seen these messages and marked them > downloaded. Time to check your local MTA's (might be Exim, Sendmail, > Postfix, ...) log (/var/log/mail, /var/log/maillog, or something else) > to figure where the messages fetchmail downloaded from gmail have gone. > > > > |