I am seeing a strange issue whereby some messages get delivered by email and some do not.
When I check the SMTP logs I see that certain messages end with a failure as such:
[pre]09/03/2019 18:40:26.089 - Took 210949ms to send a chunk of text data 131072 bytes long
09/03/2019 18:40:26.371 - ######## END OF CHUNK ######
09/03/2019 18:40:26.551 - CSMTPConnection::SendBodyPart: Failed in call to send body parts body
09/03/2019 18:40:28.259 - ######## START OF CHUNK ######
09/03/2019 18:40:28.605 - > QUIT
09/03/2019 18:40:28.975 - ######## END OF CHUNK ######
09/03/2019 18:40:29.504 - CSMTPConnection:
isconnect: Failed in call to send QUIT command error:1409F07F:SSL routines:SSL3_WRITE_PENDING:bad write retry
09/03/2019 18:40:29.731 - <
09/03/2019 18:40:31.390 - CSMTPConnection:
isconnect: An unexpected QUIT response was received[/pre]
And some messages end without a failure as such:
[pre]11/03/2019 10:24:00.036 - Took 35912ms to send a chunk of text data 100228 bytes long
11/03/2019 10:24:00.216 - ######## END OF CHUNK ######
11/03/2019 10:24:00.520 - ######## START OF CHUNK ######
11/03/2019 10:24:00.787 - >
11/03/2019 10:24:00.787 - --{01808b82-a277-46a8-8dc1-affc21ddf2ee}--
11/03/2019 10:24:01.037 - ######## END OF CHUNK ######
11/03/2019 10:24:01.268 - ######## START OF CHUNK ######
11/03/2019 10:24:01.542 - >
11/03/2019 10:24:01.542 - .
11/03/2019 10:24:01.826 - ######## END OF CHUNK ######
11/03/2019 10:24:02.080 - < 250 2.6.0 <85adb85e99df4752ade17a8f65dc6d36@S30033-399-EX02.CruLan.Local> [InternalId=27225797690323, Hostname=S30033-399-EX02.CruLan.Local] Queued mail for delivery
11/03/2019 10:24:02.400 - ######## START OF CHUNK ######
11/03/2019 10:24:02.666 - > QUIT
11/03/2019 10:24:03.055 - ######## END OF CHUNK ######
11/03/2019 10:24:03.321 - < 221 2.0.0 Service closing transmission channel[/pre]
Is anyone familiar with this error and can help with why this would be intermittent?
When I check the SMTP logs I see that certain messages end with a failure as such:
[pre]09/03/2019 18:40:26.089 - Took 210949ms to send a chunk of text data 131072 bytes long
09/03/2019 18:40:26.371 - ######## END OF CHUNK ######
09/03/2019 18:40:26.551 - CSMTPConnection::SendBodyPart: Failed in call to send body parts body
09/03/2019 18:40:28.259 - ######## START OF CHUNK ######
09/03/2019 18:40:28.605 - > QUIT
09/03/2019 18:40:28.975 - ######## END OF CHUNK ######
09/03/2019 18:40:29.504 - CSMTPConnection:
09/03/2019 18:40:29.731 - <
09/03/2019 18:40:31.390 - CSMTPConnection:
And some messages end without a failure as such:
[pre]11/03/2019 10:24:00.036 - Took 35912ms to send a chunk of text data 100228 bytes long
11/03/2019 10:24:00.216 - ######## END OF CHUNK ######
11/03/2019 10:24:00.520 - ######## START OF CHUNK ######
11/03/2019 10:24:00.787 - >
11/03/2019 10:24:00.787 - --{01808b82-a277-46a8-8dc1-affc21ddf2ee}--
11/03/2019 10:24:01.037 - ######## END OF CHUNK ######
11/03/2019 10:24:01.268 - ######## START OF CHUNK ######
11/03/2019 10:24:01.542 - >
11/03/2019 10:24:01.542 - .
11/03/2019 10:24:01.826 - ######## END OF CHUNK ######
11/03/2019 10:24:02.080 - < 250 2.6.0 <85adb85e99df4752ade17a8f65dc6d36@S30033-399-EX02.CruLan.Local> [InternalId=27225797690323, Hostname=S30033-399-EX02.CruLan.Local] Queued mail for delivery
11/03/2019 10:24:02.400 - ######## START OF CHUNK ######
11/03/2019 10:24:02.666 - > QUIT
11/03/2019 10:24:03.055 - ######## END OF CHUNK ######
11/03/2019 10:24:03.321 - < 221 2.0.0 Service closing transmission channel[/pre]
Is anyone familiar with this error and can help with why this would be intermittent?