This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP Message Size exceeded

Hello,

I've got the following problem with ASG 7.306. I set "Max message size" on 20 Megabytes and checked the SIZE-Option with telnet, it returned 20971520 Bytes.

Unfortunately I noticed that ASG rejected mails in the size of 17 Megabytes with the following message:



Has anybody an idea for it? Perhaps someone made the same experience.

Kind regards,
Christian


This thread was automatically locked due to age.
Parents Reply
  • Exchange internally stores mails in its own format which may be the original size plus some overhead. When your mail leaves the exchange server it gets converted to an rfc-822 compliant mail with base-64 encoded attachments. So the mail is larger than 20 MB when it arrives on the asg, but may be smaller in exchange server.
Children