1. Home
  2. Security Hardening
  3. CIS Microsoft Exchange Server 2013 Hub V1.1.0
  4. Set ‘Maximum receive size – connector level’ to ‘10240’

Set ‘Maximum receive size – connector level’ to ‘10240’

Details

You can use this setting to limit the total size of messages at the connector level. This includes the message header, the message body, and any attachments. For internal message flow, Exchange Server uses the custom X-MS-Exchange-Organization-OriginalSize message header to record the original message size of the message as it enters the Exchange Server 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. The size of the message can change because of content conversion, encoding, and agent processing.

Rationale:

This setting somewhat limits the impact a malicious user or a computer with malware can have on the Exchange infrastructure by restricting the size of incoming messages.

Solution

To implement the recommended state, execute the following PowerShell cmdlet:

Set-ReceiveConnector ‘Connection from Contoso.com’ -MaxMessageSize 10240KB

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles