[tpop3d-discuss] tpop3d 1.5.1pre2 (with TLS support)

Angel Marin anmar at gmx.net
Tue, 12 Nov 2002 17:26:25 +0100


> -----Mensaje original-----
> On Mon, Nov 11, 2002 at 04:10:15PM -0700, Ben Schumacher wrote:
> > | a bit slow). With Mozilla, it works most of the time, but
> > | sometimes gives me a `bad write retry' error. I don't see
> > | why this should happen, since I think I got the TLS state
> > | machine right. What a pain....
>
> This one turned out to be a logic error in the
> buffer-handling code (now fixed in CVS). Doesn't explain
> the other problem, though.
>

The following is with a copy prior to that fix, but is with a non TLS
config:

[...]
Nov 12 14:00:21 falcone tpop3d[7407]: maildir_send_message: sending message
509 (new/1037105712) size 184851 bytes
Nov 12 14:00:21 falcone tpop3d[7407]: ioabs_tcp_immediate_write: client
[5]user@foo(x.x.x.x): write: Connection reset by peer; closing connection
Nov 12 14:00:21 falcone tpop3d[7407]: connection_sendmessage: send failure
Nov 12 14:00:21 falcone tpop3d[7407]: ioabs_tcp_immediate_write: client
[5]user@foo(x.x.x.x): write: Bad file descriptor; closing connection
Nov 12 14:00:21 falcone tpop3d[7407]: connections_post_select: client
[5]user@foo(x.x.x.x): finished session for `user@foo' with flatfile
Nov 12 14:00:21 falcone tpop3d[7407]: connections_post_select: client
[5]user@foo(x.x.x.x): disconnected; 70/65874 bytes read/written
[...]


The only mail client with this patern is MS outlook 2000 :? And it does not
matter the size of the mail.

Angel.