From: Kyle Contreras-B. <kyl...@gm...> - 2007-05-14 15:22:31
|
On 5/14/07, Rob MacGregor <rob...@gm... > wrote: > > > Farther back than this, there's some entries such as this one: > > > > 2007-05-12 14:35:22 SMTP connection from localhost (<hostname>) [127.0.0.1 > ] > > lost while reading message data > > What else is there around this? Your careful snipping of the logs > makes it impossible to help you - we need context! Sorry... I'm not meaning to be difficult. There isn't anything around that other than nearly identical "start queue run" and "end queue run" lines. Based on your comments here and the addition of 'mda "/usr/bin/procmail -d %T"' to my .fetchmailrc I'm guessing that I'm not actually using exim. What I/we need to see is the output of "fetchmail --nosyslog > --nodetach -vvv" for the problem email AND the entries from your exim > log (assuming you're delivering via exim) for that point in time. We > also really need to see the contents of your .fetchmailrc (passwords > obscured). O.K. Here's my current .fetchmailrc: poll "pop.gmail.com" protocol pop3 service 995 username "kyl...@gm..." password "<password>" ssl keep mda "/usr/bin/procmail -d %T" And here's the output of "fetchmail --nosyslog --nodetach -vvv": $ fetchmail --nosyslog --nodetach -vvv fetchmail: 6.3.8 querying pop.gmail.com (protocol POP3) at Mon May 14 05:53:57 2007: poll started Trying to connect to 64.233.167.111/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: Server certificate verification error: unable to get local issuer certificate fetchmail: Server certificate verification error: certificate not trusted fetchmail: Server certificate verification error: unable to verify the first certificate fetchmail: POP3< +OK Gpop ready for requests from 66.81.40.23f79pf3475397pyh fetchmail: POP3> CAPA fetchmail: POP3< +OK Capability list follows fetchmail: POP3< USER fetchmail: POP3< RESP-CODES fetchmail: POP3< EXPIRE 0 fetchmail: POP3< LOGIN-DELAY 300 fetchmail: POP3< X-GOOGLE-VERHOEVEN fetchmail: POP3< UIDL fetchmail: POP3< . fetchmail: POP3> USER kyl...@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 649 21915850 fetchmail: POP3> LAST fetchmail: POP3< -ERR Not supported fetchmail: Not supported fetchmail: POP3> UIDL fetchmail: POP3< +OK fetchmail: POP3< 1 GmailId106fbe14f6cfa650 <snip lines nearly identical to the above, counting from 2 to 292> fetchmail: POP3< 293 GmailId10869d8a1ae0cca0 fetchmail: 293 is unseen fetchmail: POP3< 294 GmailId1086cfbf8ea6c5dc fetchmail: 294 is unseen <snip lines nearly identical to the two above, counting from 295 to 648> fetchmail: POP3< 649 GmailId109d6cd4d6ef150d fetchmail: 649 is unseen fetchmail: POP3< . 649 messages (292 seen) for kyl...@gm... at pop.gmail.com (21915850 octets). skipping message kyl...@gm...@gmail-pop.l.google.com:1 not flushed skipping message kyl...@gm...@gmail-pop.l.google.com:2 not flushed <snip> skipping message kyl...@gm...@gmail-pop.l.google.com:292 not flushed fetchmail: POP3> LIST 293 fetchmail: POP3< +OK 293 14003782 fetchmail: POP3> RETR 293 fetchmail: POP3< +OK message follows reading message kyl...@gm...@gmail-pop.l.google.com:293 of 649 (14003782 octets) About to rewrite From: Kyle Contreras-Barbour <kyl...@gm...> Rewritten version is From: Kyle Contreras-Barbour <kyl...@gm...> About to rewrite To: "Kyle (me)" <kyl...@gm...> Rewritten version is To: "Kyle (me)" <kyl...@gm...> fetchmail: about to deliver with: /usr/bin/procmail -d 'snoutwood' #<snip 250+ lines of asterisks> fetchmail: socket error while fetching from kyl...@gm...@ pop.gmail.com fetchmail: 6.3.8 querying pop.gmail.com (protocol POP3) at Mon May 14 06:07:08 2007: poll completed fetchmail: discarding new UID list fetchmail: Query status=2 (SOCKET) fetchmail: Writing fetchids file. fetchmail: normal termination, status 2 fetchmail: Writing fetchids file. Thanks, Kyle |