ratelimit.conf 369 B

123456789101112
  1. rates {
  2. # Format: "1 / 1h" or "20 / 1m" etc. - global ratelimits are disabled by default
  3. to = "100 / 1s";
  4. to_ip = "100 / 1s";
  5. to_ip_from = "100 / 1s";
  6. bounce_to = "20 / 1h";
  7. bounce_to_ip = "20 / 1h";
  8. }
  9. whitelisted_rcpts = "postmaster,mailer-daemon";
  10. max_rcpt = 25;
  11. custom_keywords = "/etc/rspamd/lua/ratelimit.lua";
  12. info_symbol = "RATELIMITED";