Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exchange comes with default tarpit levels which work for some organizations but not others, you can change these if you see a delay in delivery, to change it is very easy and you need to do this with PowerShell.
Launch the Exchange Management Shell (EMS) and run the following command:
- Get-ReceiveConnector -Identity “Server1\Default Frontend Server1” | Set-ReceiveConnector -TarpitInterval 00:00:00 -MaxAcknowledgementDelay 00:00:00 -MaxInboundConnection unlimited -MaxInboundConnectionPerSource unlimited –
Change Server1 to your server name.
Let the changes replicate.