On Wed, 14 May 2008, Sergei Gerasenko wrote: > > How do I limit my outgoing rate per host?
Exim's architecture makes this difficult. Try using the serialize_hosts option on the smtp transport, which doesn't exactly limit the rate but it does restrict the amount of parallelism. > Also, I probably want the outgoing messages that are over the threshold > to be queued until the they can be sent. Ideally the recipient would use 450 replies to delay senders that exceed a rate limit. 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://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
