Files
Stalwart/tests/resources/smtp/config/throttle.toml
2024-03-26 18:40:41 +01:00

13 lines
207 B
TOML

[[throttle]]
match = "remote_ip == '127.0.0.1'"
key = ["remote_ip", "authenticated_as"]
concurrency = 100
rate = "50/30s"
enable = true
[[throttle]]
key = "sender_domain"
concurrency = 10000
enable = true