Exchange send connector connections count must be limited.
An XCCDF Rule
Description
<VulnDiscussion>This 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 the risk of data delay or loss.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-259601r961155_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Update the EDSP to reflect the value for SMTP Server Maximum Outbound Connections.
Open the Exchange Management Shell and enter the following command:
Set-TransportService -Identity <'IdentityName'> -MaxOutboundConnections 1000