If a mail is sent by the SMTP dispatcher of Message Control, the Diagnosis Viewer shows several messages containing "Receiving Data failed. Errorcode: 0" which are written in the message level "ERRORS". This occurs because the dispatcher tries to read which AUTH methods the server supports. However, SMTP standard does not define how the anwser should look like. The dispatcher therefore waits for 10 seconds for all responses from the server and reports everything read to the Diagnosis Viewer. If nothing is received (because the buffer is empty right now or the server has finished), the dispatcher writes the log message "Receiving Data failed".
If a mail is sent by the SMTP dispatcher of Message Control, the Diagnosis Viewer shows several messages containing "Receiving Data failed. Errorcode: 0" which are written in the message level "ERRORS". This occurs because the dispatcher tries to read which AUTH methods the server supports. However, SMTP standard does not define how the anwser should look like. The dispatcher therefore waits for 10 seconds for all responses from the server and reports everything read to the Diagnosis Viewer. If nothing is received (because the buffer is empty right now or the server has finished), the dispatcher writes the log message "Receiving Data failed".
The message level of these messages was changed to "DEEP DEBUG". Also, the text of the log message was changed so it indicates that there is nothing to read. If reading fails and the error code is non-zero, the same message as before is shown in the Diagnosis Viewer.