The message control engine tried to send the EHLO before the received server greeting was fully received (due to lagging connection - there was just one receive attempt without timeout). Now, the engine uses a 10 second timeout for completely receiving the server greeting (both SMTP and POP connection either continue when the server greeting was received or abort after the timeout).
The message control engine tried to send the EHLO before the received server greeting was fully received (due to lagging connection - there was just one receive attempt without timeout). Now, the engine uses a 10 second timeout for completely receiving the server greeting (both SMTP and POP connection either continue when the server greeting was received or abort after the timeout).