The following example shows a Communigate verifier that establishes up to 192 connections to host 8.8.8.71 on TCP ports 106 and 601. It will try port 106 first and only if that connection fails or takes longer than six seconds will it try the alternate port number 601.
If both ports fail or timeout, the pending command will fail. Once a connection is established, it is maintained. When enumerating email addresses, up to 144 connections are established and used by the enumeration process, leaving up to 48 connections available for verification commands.
<Vrfy version = "101.4635"
name = "My Communigate Verifier"
uid = "64378E86-A459-11DD-1273-09173F13E4C5">
<Communigate>
<Timeout>6</Timeout>
<BackendMax enumMax="75%">192</BackendMax>
<Credentials>
<Username>zed</Credentials>
<Password>zed's dead</Password>
</Credentials>
<Host>8.8.8.71</Host>
<Host>8.8.8.71:601</Host>
</DataBase>
</Vrfy>