From: Ernst V. <e.v...@vi...> - 2006-03-30 14:41:18
|
Hello everyone. Thanks again for the suggestions. FreeBSD on the host is running dovecot 1.0.beta3. This is the latest release available via the ports collection of FreeBSD. I deleted the index files, dovecot rebuilded them and the error still remains. I asked the administrator to install ethereal, this will be done in a short while. For some reason there are huge dependencies of graphical packages. So i'm hoping I can provide additional information concerning the socket error. Also I will install a different packet filter on this machine. For testing purposes I can disable the current packet filter, but the administrator is not very happy with that on the long term. :-). So I will try IPF. Playing with the firewall is dangerous, considering the host machine is located about 100km from my current location and is not fulltime accessable. Thank again for all the effort everyone. I will post additional information concerning the ethereal dump soon. Kind regards, Ernst >Today's Topics: > > 1. Re: Fetchmail socket error. (Rob MacGregor) > 2. Re: Fetchmail socket error. (Matthias Andree) > >--__--__-- > >Message: 1 >Date: Wed, 29 Mar 2006 21:22:34 +0100 >From: "Rob MacGregor" <rob...@gm...> >To: fet...@li... >Subject: Re: [fetchmail-users] Fetchmail socket error. > >On 3/29/06, Ernst Verhaar <e.v...@vi...> wrote: > > >> Hi All, >> >> Tnx for the quick repsonse, >> Unfortunatly the suggestions did not work. >> >> > >What are your firewall rules? > > > >> The Host Machine is running FreeBSD 5.4 with Packet filter. >> >> > >Did you install from the ports? I've got 5.4 with IPF and never had a >problem with fetchmail. > > > >> I attached an strace log of an unsuccesfull fetchmail attempt. Unfortunatly >>this log is like the chinese language to me. :-( >> fetchmail -vvv does not provides more information except socket error. >> >> > >You may get something more useful from a packet dump (ethereal/tcpdump etc). > >I suspect that you've got a networking/firewall config error. > >-- > Please keep list traffic on the list. >Rob MacGregor > Whoever fights monsters should see to it that in the process he > doesn't become a monster. Friedrich Nietzsche > >--__--__-- > >Message: 2 >From: Matthias Andree <mat...@gm...> >To: "Rob MacGregor" <rob...@gm...> >Cc: fet...@li... >Subject: Re: [fetchmail-users] Fetchmail socket error. >Date: Wed, 29 Mar 2006 23:59:55 +0200 > >"Rob MacGregor" <rob...@gm...> writes: > > > >>> The Host Machine is running FreeBSD 5.4 with Packet filter. >>> >>> >>Did you install from the ports? I've got 5.4 with IPF and never had a >>problem with fetchmail. >> >> > >Well, the FreeBSD host is running Dovecot. > > > >>You may get something more useful from a packet dump (ethereal/tcpdump etc). >> >>I suspect that you've got a networking/firewall config error. >> >> > >The strace reveals that the client sees EOF in the middle of a base64 >encoded part of a message, there's a recv(3, ... MSG_PEEK) that returned >0. Looks like the server closed its end of the connection. If it's an >older Dovecot version or the index files got corrupted somehow, that >would explain the issue as well. Updating Dovecot to 0.99.14 if it's >0.99.X and to 1.0-beta3 if it's 1.0-whatever and then removing the index >files so that Dovecot rebuilds them might fix the problem. > > > |