积极答复者
Exchange2013 单个附件大小添加限制问题

问题
-
您好!
在Exchange 2013 中,最大发送邮件大小、最大接收邮件大小均设置成100M。
在outlook客户端中测试,单个附件添加大小没有限制,可以为50M,70M等等,只要邮件总大小在100M以内即可添加发送成功。
但是在outlook web APP中,单个附件超过33M左右就会添加失败,但是只要单个附件在33M以内,邮件总附件大小在100M以内也能添加发送成功。
请问该如何能解决此类问题?即在owa中,单个附件超过33M也可以添加成功。
- 已移动 MedicalSMicrosoft contingent staff 2015年4月22日 6:58
- 已编辑 zhongy 2015年4月24日 2:09
答案
全部回复
-
您好,
相关附件需要设置几个不同地方,请一一检查
https://social.technet.microsoft.com/forums/exchange/en-US/3c2507a6-5b62-439f-ae61-f6adbede34e3/exchange-2013-how-to-change-email-attachment-size-limit
-
Message size limits These limits apply to the total size
of a message, which includes the message header, the message body, and any attachments. Message size limits may be imposed on incoming messages or outgoing messages. For internal message flow, Exchange uses the custom
X-MS-Exchange-Organization-OriginalSize:
message header to record the original message size of the message as it enters the Exchange organization. Whenever the message is checked against the specified message size limits, the lower value of the current message size or the original message size header is used.
- Attachment size limits These limits apply to the maximum allowed size of a single attachment within a message. The message may contain many attachments that greatly increase the overall size of the message. However, an attachment size limit applies to the size of an individual attachment only.
You can set the attachement size limit by using :
Cmdlets: New-TransportRule, Set-TransportRule by using Parameter: AttachmentSizeOver
Or by using EAC also :
Mail flow > Rules > Add
or Edit
.
Use the predicate Apply this rule if > Any attachment > is greater than or equal to
Use the predicate Apply this rule if > The message > size is greater than or equal to
Note : It may be you need to restart the Transport service .
For more info look here
-
Message size limits These limits apply to the total size
of a message, which includes the message header, the message body, and any attachments. Message size limits may be imposed on incoming messages or outgoing messages. For internal message flow, Exchange uses the custom
-
你好,
你可以尝试修改CAS服务器上的目录C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\owa下的web.config文件,该配置文件中的 maxRequestLength的值限制OWA内容的大小,默认该值是35M。修改保存后,重启所有服务上的IIS。
谢谢!
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support