From owner-freebsd-questions@FreeBSD.ORG Tue Mar 17 23:43:10 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3783BAA1 for ; Tue, 17 Mar 2015 23:43:10 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB943174 for ; Tue, 17 Mar 2015 23:43:09 +0000 (UTC) Received: by qcbkw5 with SMTP id kw5so24515837qcb.2 for ; Tue, 17 Mar 2015 16:43:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type; bh=FJZDnsWA5Q2jUFjuoQjvEEaUKlhIkCrRyUYlGHopk4g=; b=v2qaghvZ3ADwz8TDNZfcDrIyQsWRmHTb37blyzV72aYOdVmd4QXAO844JAhG1/GRMT F6xd8elsbCHVwfkw19+R8n/5Ee6HIpHP5ZzebUbUJwcDkuiNteOhc7CgC95q8+fSHfdu 9zUgEEcWCxmV1cIEKljpbNRCIDHoKVfTjyi4Pv0hg4+RV03s58bqJlgcAeCX+D2T1jz0 oiOGz2gHLZjXGB8A7nO1GNe3tbuPVr8t96fm7OBsHFfursuKKe6UbmBJL4LmsWPwTDhJ A2pDk0JkmfUDeIKOr+L8uGSonCEh/k3nWuLdrI98C3l2rcghY+FRbSLPWClaTBfMfPKq JJ/g== X-Received: by 10.140.135.200 with SMTP id 191mr89021694qhh.25.1426635788909; Tue, 17 Mar 2015 16:43:08 -0700 (PDT) Received: from lapsdeb (207-172-207-96.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com. [207.172.207.96]) by mx.google.com with ESMTPSA id w186sm10680199qkw.27.2015.03.17.16.43.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 16:43:08 -0700 (PDT) Date: Tue, 17 Mar 2015 19:43:02 -0400 From: Stephen R Guglielmo 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> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/_PDg1DSoWBuQQNLjaUJ3VwW"; protocol="application/pgp-signature" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 23:43:10 -0000 --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 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 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--