On Fri, 2 Jun 2006, Steve Sargent wrote:
>
> We have some users who want to send very large volumes of messages to
> the entire student population of the college. They would be sending
> something like 15,000 messages in one hit. We are worried that this
> could be a performance hit on our cetral relays, so we would like to
> develop an exim configuration that would act as a 'bulk submission'
> service.

It's probably easier to implement the rate-limiting on your central
relays, e.g.

  defer hosts = +bulkmail_hosts
        ratelimit = 100 / 10s

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/

Reply via email to