SMTP 552 4.3.1 Session size exceeds fixed maximum session size.
Posted
by JL
on Server Fault
See other posts from Server Fault
or by JL
Published on 2010-06-02T13:04:31Z
Indexed on
2010/06/02
13:14 UTC
Read the original article
Hit count: 1207
I'm having a frustrating problem with one of our clients who is running an exchange SMTP server.
I have an emailing component that is written in .net and I've specifically used Mono DLL's to ensure that the email component sends the ELO and QUIT command for each message it sends.
Each mail I send will never exceed 10MB's including attachments, which is lower than the session size value set in the clients exchange configuration.
Still the problem persists. Any ideas where to look?
© Server Fault or respective owner