Skip to content

The Exchange send connector connections count must be limited.

An XCCDF Rule

Description

The Exchange Send connector setting controls the maximum number of simultaneous outbound connections allowed for a given SMTP connector and can be used to throttle the SMTP service if resource constraints warrant it. If the limit is too low, connections may be dropped. If the limit is too high, some domains may use a disproportionate resource share, denying access to other domains. Appropriate tuning reduces risk of data delay or loss.

ID
SV-259679r961155_rule
Version
EX19-MB-000126
Severity
Low
References
Updated

Remediation Templates

A Manual Procedure

Update the EDSP to specify the "MaxOutboundConnections" value.

Open the Exchange Management Shell and enter the following command:

Set-TransportService -Identity <'IdentityName'> -MaxOutboundConnections 1000