Date: Tue, 17 Mar 2015 19:43:02 -0400 From: Stephen R Guglielmo <srguglielmo@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: getmail problem Message-ID: <20150317194302.53b8dea5@lapsdeb> In-Reply-To: <20150317121629.GA1077@pollux.local.net> References: <20150313160659.GA4425@pollux.local.net> <20150313140227.63f60ec1@lapsdeb> <20150317121629.GA1077@pollux.local.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/_PDg1DSoWBuQQNLjaUJ3VwW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 17 Mar 2015 13:16:29 +0100 Harald Weis <hawei@free.fr> wrote: > On Fri, Mar 13, 2015 at 02:02:27PM -0400, Stephen R Guglielmo wrote: > > On Fri, 13 Mar 2015 17:06:59 +0100 > > Harald Weis <hawei@free.fr> wrote: > > > What could be the cause for the following error message: > > >=20 > > > SimpleIMAPSSLRetriever:hawei@imap.free.fr:993: > > > getmail-hawei-rc: operation error (command: LOGIN =3D> socket > > > error: EOF) > >=20 > >=20 > > It would be my first instinct to blame the remote server, but I > > don't want to jump to conclusions too quickly. You could run > > tcpdump (or wireshark if you want a GUI) to get more of an idea of > > what's causing it. I have used getmail with Gmail in the past > > through a cronjob and it's worked quite well. I assume you're > > using the latest version of getmail? >=20 > getmail version 4.46.0 seems alright. >=20 > Many thanks for your quick response. > It took me some minutes to read the manpage... >=20 > tcpdump -X -r tcpdump.20150315 is a bit longer (6148 bytes). > But I'm afraid you need to see the data as well. > Also, I don't know whether it is safe to send the file on-list. > So whether you like it or not :-) I'll send you the file. >=20 > Thanks again, > Harald I looked at the tcpdump file you sent me off-list. If you want to read it yourself, you can install Wireshark and open the file. I'm not an expert, but it looks to me like your client (the 192.168 IP) is sending a FIN packet (third line from the bottom). This is a request to close the connection[1]. The remote system then sends a RST to reset the connection. So it seems to be your end terminating the connection. It's quite possible that it's something other than getmail itself (your local router?) that is doing this for some reason. I'm not really sure where to go from here; maybe somebody else can chime in to help. [1] https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Connection_term= ination --Sig_/_PDg1DSoWBuQQNLjaUJ3VwW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJVCLwLAAoJEA8nk/BQet6LlkkP/jomCNW08h34ZUV1ni0kXFZ4 GEEwv1MP0s6/jqMe3BFydrUaLMwmc/0eUIn7B38taFRRTgxW4DuMS5SsfAxcPrA9 rjKZEsW3FpIr8GqI7Uk3C/s/MsKaRDDd2TIRerE4PUSTJ3hVN1ZduA6d7lrtFQzD uvTd7ROuOin9CWuxUlHgg+3mKHEfen2Y2DEyT82QVxd5JYaYpHWJOv2VdY58j1Cd yyX7d6ispQoA3ndxSMCZvP2BEkohnFj5llbkQGCceqA3j+zY+64P/AUwwqg1+nTk SArXMGTp0bNeUmruLl9mczYGRgMrPxNDxGMHKdTL1rXiwt/hX1lpEw91Wt1t8WuY sZ9Vr+hq+pXgy1RZ1iWeinvHKsdHwCeNjByuXhre/VApYxfYiOCSVwRZRUnxvoV5 T5v5o6HTfZKzBcGfEj9WOKFAeJj5jClC2Ss/jz3eSUksoct2a4+99my/vmBsh/jV Wy3zTtQ757TxlhpNdkvd/WyUZ3Uyue3tjtHAr4C+fWkztyVQIvk+dI/RFpyVZ4AH 0SsA5eoQlWWNoGoT0cXjgkhFezh4rl6ZZ1yZ8UwYy38LBkXXaCv6YTFxmaiJQtnI hbf9OKDheZKGRATv+CSzVZ9457OcTR2EVmuknyaF8+qYXXNTTy1ZhCJt/ObeGOUw +QQTMmcdqgatm0nc1FNF =BBej -----END PGP SIGNATURE----- --Sig_/_PDg1DSoWBuQQNLjaUJ3VwW--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150317194302.53b8dea5>