I've got a problem with the mail server. It has been occuring in the last few versions ( at least ) of the .net mail server. On rare occasions multiple copies of the of a message will be sent.
Basically a mail client uses smtp to talk to the mail server. The server accepts the mail until something happens towards the end of the communication. The mail server states "Error: Error reading the string" in the log. And the client lists a 451 or even a 452.
The interesting thing is that the mail server sends the e-mail but the client (correctly) things the mail was never sent and hence keeps trying to send. Make sense?
So this gives me two questions
Why is the mail server producing "Error: Error reading the string"
And why is it giving a 451 or 452 response but still sending the mail.
Any suggestions?