mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-14 21:34:52 +08:00
13 lines
278 B
TOML
13 lines
278 B
TOML
|
|
#############################################
|
|
# JMAP server rate limiter configuration
|
|
#############################################
|
|
|
|
[jmap.rate-limit]
|
|
account = "1000/1m"
|
|
authentication = "10/1m"
|
|
anonymous = "100/1m"
|
|
use-forwarded = false
|
|
|
|
[jmap.rate-limit.cache]
|
|
size = 1024
|