On Wed, 29 Jun 2005, Mark Lowes wrote: > > The actual error I was encountering was a "timeout getting lock", > causing slowdown on handling incoming connections before it gave up > trying to work out the rate limiting stuff. It's possible that my > ratelimiting rules are a little aggressive which isn't helping the > situation but as traffic ramps up the problem would have been reached > anyway.
You are using a *lot* of ratelimit rules, which implies thrashing the ratelimit hints db lock. Although the code caches the results of ratelimit calculations where appropriate, you can defeat this by using per_rcpt limits etc. Perhaps I should add a caveat to the documentation. 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/
