Files
Stalwart/tests/resources/smtp/config/throttle.toml
2023-05-16 18:25:38 +00:00

11 lines
189 B
TOML

[[throttle]]
match = {if = "remote-ip", eq = "127.0.0.1"}
key = ["remote-ip", "authenticated-as"]
concurrency = 100
rate = "50/30s"
[[throttle]]
key = "sender-domain"
concurrency = 10000