Autor: Tom Kistner Datum: To: Mikhail Pykhov CC: exim-users Betreff: 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.