Setting concurrent outbound connections
To change the number of outbound connections of the Gateway Role, proceed as follows:
- Stop the Gateway Role for which you want to make the changes.
- On the Gateway Role, go to C:\ProgramData\Net at Work Mail Gateway\Configuration\.
- Open the file Gateway Role.config.
- Add the following attributes below the tag <netatwork.nospamproxy.proxyconfiguration ... >, in the tag <queueConfiguration>: maxConcurrentConnections="NumberOfConnections" maxConcurrentConnectionsPerDomain="NumberOfConnections"<mtlingo type="" prevChar="" nextChar="" />
- Save the file.
This limits the number of concurrent connections to 100, whereby only a maximum of 10 simultaneous connections are permitted per domain.
EXAMPLE: <queueConfiguration maxConcurrentConnections="100" maxConcurrentConnectionsPerDomain="10" />