Files
docker-compose-hatthieves/production/haraka-wildduck/wildduck-mta/config/plugins/zonemta-limiter.toml
2020-05-27 17:51:39 +00:00

11 líneas
244 B
TOML

# plugins/zonemta-limiter.toml
["modules/zonemta-limiter"]
enabled = ["sender"]
prefix = "zl:"
debug = false # if true, then errors are only logged but messages are not dropped
# max 250 messages in half an hour
limit = 250
windowSize = 1800