On Sat, Mar 08, 2003 at 01:21:13PM +0000, Jeff Jansen wrote: > Can I set the maximum number of concurrent connections that > courier makes when attempting to deliver mail to other > servers? Also, is it possible to "tune" the setting such > that I can say "Make no more than 6 outgoing connections > and no more than 2 to any one domain"?
See the settings MAXDELS and MAXHOST in /etc/courier/module.esmtp. MAXDELS is the absolute maximum number of outgoing connections made by the esmtp client. MAXHOST is lower than MAXDELS, and is the maximum number of connections made to any specific host. So you want MAXDELS=6 and MAXHOST=2. -- Anand Buddhdev http://anand.org ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
