ratelimit.conf 331 B

123456789
  1. # Uncomment below to apply the ratelimits globally. Use Ratelimits inside mailcow UI to overwrite them for a specific domain/mailbox.
  2. # rates {
  3. # # Format: "1 / 1h" or "20 / 1m" etc.
  4. # to = "100 / 1s";
  5. # to_ip = "100 / 1s";
  6. # to_ip_from = "100 / 1s";
  7. # bounce_to = "100 / 1h";
  8. # bounce_to_ip = "7 / 1m";
  9. # }