Re: [exim] Another connection reset by peer

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tom Kistner
Fecha:  
A: Mikhail Pykhov
Cc: exim-users
Asunto: Re: [exim] Another connection reset by peer
Mikhail Pykhov wrote:

> I have "connection reset by peer" error when I try to send a message to a
> server with Microsoft ESMTP MAIL Service, although I can telnet to the host
> and send a mail directly. Tips from FAQ didn't help.


Just a shot in the dark: Try setting

tcp_nodelay = false

in section 1 of the exim config. This MAY solve your problem. I had 2
instances where it solved unexpected disconnections.

/tom