I have a system that sends out email notices for accounts, it could potentially send several hundred messages to a domain (one for each user of the doamin). The recipient domains are hosted remotely by various different companies.
Sometimes I get bounced email, stating that our server is already connected and they will not accept anymore connections. Exim bounces the message rather than retrying later.
Basically the recipients has some spam protection on their server and will only allow Exim to have a limited number of connections, apparently my Exim in is going over whatever limit they have on their spam protection system.
Is there a way I can limit the number of simultaneous outbound delivery connections that exim will make to a remote server?
Sometimes I get bounced email, stating that our server is already connected and they will not accept anymore connections. Exim bounces the message rather than retrying later.
Basically the recipients has some spam protection on their server and will only allow Exim to have a limited number of connections, apparently my Exim in is going over whatever limit they have on their spam protection system.
Is there a way I can limit the number of simultaneous outbound delivery connections that exim will make to a remote server?