How can I reduce the number of simultaneous connections?

How can I reduce the number of simultaneous connections?

To make sure that your mailserver or the server where Pinjo revealer is running on, won’t be too busy, you can limit the number of simultaneous connections (smtp threads).

For that adjust the following setting in the pinjo.ini settings file:
In the section [Settings] you have to add or modify the key Maxconnections.
For example to limit the number of simultaneous connections to 10 the section would look like this:

[Settings]
Maxconnections=10

Every connection above 10 will be denied then. The appropiate mailserver will try it later again so no messages will be lost.