Setting concurrent outbound connections

To change the number of outbound connections of the Gateway Role, proceed as follows:

  1. Stop the Gateway Role for which you want to make the changes.
  2. On the Gateway Role, go to C:\ProgramData\Net at Work Mail Gateway\Configuration\.
  3. Open the file Gateway Role.config.
  4. Add the following attributes below the tag <netatwork.nospamproxy.proxyconfiguration ... >, in the tag <queueConfiguration>:
    maxConcurrentConnections="NumberOfConnections" maxConcurrentConnectionsPerDomain="NumberOfConnections"<mtlingo type="
    " prevChar="" nextChar="" />
  5. 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" />