From: Chuck C. <cam...@ac...> - 2017-10-31 15:59:55
|
Networksoliutions (my email provider) just changed some things, and fetchmail no longer works to pop my mail. I get message length errors. I don't know how to resolve this. This configuration had been working perfectly for years (date in .fetchmailrc is from 2000) until last week. I'm putting some segments of verbose logging here: fetchmail: starting fetchmail 6.3.17 daemon fetchmail: 6.3.17 querying <mail server redacted> (protocol POP3) at Sun 29 Oct 2017 02:36:05 PM CDT: poll started fetchmail: Trying to connect to <ip redacted>/110...connected. fetchmail: POP3< +OK <mail server redacted> fetchmail: POP3> CAPA fetchmail: POP3< -ERR authorization first fetchmail: authorization first fetchmail: Repoll immediately on <redacted> fetchmail: Trying to connect to <ip redacted>/110...connected. fetchmail: POP3< +OK <mail server redacted> fetchmail: POP3> USER <user redacted> fetchmail: POP3< +OK fetchmail: POP3> PASS * fetchmail: POP3< +OK fetchmail: selecting or re-polling default folder fetchmail: POP3> STAT fetchmail: POP3< +OK 98 20135316 fetchmail: POP3> UIDL fetchmail: POP3< +OK fetchmail: POP3< 1 1508958447.17539.atl4mail14,S=6598 fetchmail: 1 is unseen fetchmail: POP3< 2 1508958525.17093.atl4mail02pod6,S=5029 fetchmail: 2 is unseen fetchmail: POP3< 3 1508958823.2521.atl4mail11pod6,S=5280 fetchmail: 3 is unseen . . . <snip 89 similar messages> . . . fetchmail: POP3< 93 1509302243.10963.atl4mail07pod6,S=4081 fetchmail: POP3< 94 1509303055.10074.atl4mail01pod6,S=7151 fetchmail: POP3< 95 1509303846.17811.atl4mail10pod6,S=4293 fetchmail: POP3< 96 1509304525.15874.atl4mail06pod6,S=4388 fetchmail: POP3< 97 1509305188.8931.atl4mail20,S=92771 fetchmail: 97 is unseen fetchmail: POP3< 98 1509305379.4421.atl4mail18,S=6710 fetchmail: POP3< . fetchmail: 98 messages (5 seen) for <email addr redacted> at <mail server redacted> (20135316 octets). fetchmail: POP3> LIST 1 fetchmail: POP3< +OK 1 6677 fetchmail: POP3> RETR 1 fetchmail: POP3< +OK fetchmail: reading message <email addr redacted>:1 of 98 (6677 octets)Trying to connect to 127.0.0.1/25...connected. fetchmail: SMTP< 220 <host redacted> ESMTP Sendmail 8.14.4/8.14.4; Sun, 29 Oct 2017 14:36:05 -0500 fetchmail: SMTP> EHLO <host redacted> fetchmail: SMTP< 250-<host redacted> Hello localhost [127.0.0.1], pleased to meet you fetchmail: SMTP< 250-ENHANCEDSTATUSCODES fetchmail: SMTP< 250-PIPELINING fetchmail: SMTP< 250-8BITMIME fetchmail: SMTP< 250-SIZE fetchmail: SMTP< 250-DSN fetchmail: SMTP< 250-ETRN fetchmail: SMTP< 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 fetchmail: SMTP< 250-STARTTLS fetchmail: SMTP< 250-DELIVERBY fetchmail: SMTP< 250 HELP fetchmail: forwarding to localhost fetchmail: SMTP> MAIL FROM:<cen...@ce...> BODY=8BITMIME SIZE=6677 fetchmail: SMTP< 250 2.1.0<cen...@ce...>... Sender ok fetchmail: SMTP> RCPT TO:<user redacted@localhost> fetchmail: SMTP< 250 2.1.5 <user redacted@localhost>... Recipient ok fetchmail: SMTP> DATA fetchmail: SMTP< 354 Enter mail, end with "." on a line by itself fetchmail: message <email addr redacted>:1 was not the expected length (6846 actual != 6677 expected) fetchmail: SMTP>. (EOM) fetchmail: SMTP< 451 4.7.0 resource unavailable fetchmail: SMTP error: 451 4.7.0 resource unavailable fetchmail: SMTP> RSET fetchmail: SMTP< 250 2.0.0 Reset state fetchmail: not flushed . . . <snipped remaining comparable errors for remaining email messages> This repeats for all the unseen messages, and I get no emails. Here is the .fetchmailrc: # Configuration created Fri May 26 16:39:05 2000 by fetchmailconf # set logfile fetchmail.log set postmaster "xxxxxxxx" set bouncemail set properties "" set daemon 300 # # poll <redacted>.com with proto POP3 and options no dns uidl user "<redacted>" there with password "xxxxxxxx" is <redacted> here options no rewrite fetchall pass8bits warnings 3600 antispam 571 550 501 554 thanks, -chuck -- |