On Wed, 31 May 2006, Terry Shows wrote: > > After setting it, when my system sends a group of 20 messages to one host, a > few go out, then I get the message "connection limit reached for all hosts" > and the rest of the emails to that host appear to just get dropped. > (I have also set the option smtp_accept_max = 20 to keep incoming > connections from getting out of control too).
The error message you see is a result of the smtp_accept_max option. The messages aren't being dropped by Exim - whatever is sending them is failing to cope with the limits you have told Exim to impose. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
