From d4c6a71149ca4ea3e710dd9abf90f7ae6b6c60f8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 17 Apr 2016 14:54:49 +0100 Subject: [PATCH] [Doc] Add documentation for the new ratelimit option --- doc/markdown/modules/ratelimit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/markdown/modules/ratelimit.md b/doc/markdown/modules/ratelimit.md index 9c20c16d7..c36017461 100644 --- a/doc/markdown/modules/ratelimit.md +++ b/doc/markdown/modules/ratelimit.md @@ -19,6 +19,7 @@ the value of this option is 'postmaster, mailer-daemon' - `whitelisted_ip` - a map of ip addresses or networks whitelisted - `max_rcpts` - do not apply ratelimit if it contains more than this value of recipients (5 by default). This option allows to avoid too many work for setting buckets if there are a lot of recipients in a message). +- `max_delay` - maximum lifetime for any limit bucket (1 day by default) - `rates` - a table of allowed rates in form: type = [burst,leak]; -- 2.39.5