Re: [exim] Re: Exim+SA=Server Overloaded!

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users @ exim. org
Sujet: Re: [exim] Re: Exim+SA=Server Overloaded!
Chr. v. Stuckrad wrote:
> The ideal setup though would be adapting to the load, scanning
> by ACL, until too crowded, then switching to 'scan later' in
> the queue


Even better would be scanning in the ACL always, but limiting
the number of concurrent connections you accept so as to not
overload your system.

Search for "simultaneous" in the Exim docs.

- Jeremy