Re: [exim] How to debug SMTP connection lost while reading m…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Phil Pennock
Datum:  
To: Felix Schwarz
CC: exim-users
Betreff: Re: [exim] How to debug SMTP connection lost while reading message data
On 2009-08-29 at 16:41 +0200, Felix Schwarz wrote:
> However these big messages rarely get delivered. In Exim's log I see many
> messages like this one:
> "SMTP connection from <host> (<internal name>) [<ip>] lost while reading
> message data"


> Therefore I guess it's some kind of timeout on my Exim's side.


No, because then Exim would log the timeout. Exim logged that the
connection was dropped. Which means that something outside of Exim
closed the connection.

Perhaps a firewall, or a NAT box dropping a connection, or the client
timing out. How long is it after Exim gets the end of the data before
the connection is dropped? Is Exim not responding immediately?

-Phil