Files
Stalwart/tests/resources/smtp/config/throttle.toml

12 lines
185 B
TOML

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