NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Rspamd] Added customizable global ratelimit file (disabled by default)

d81f105e
DerLinkman <[email protected]> 2 years, 8 months ago
data/conf/rspamd/local.d/ratelimit.conf | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 data/conf/rspamd/local.d/ratelimit.conf

Diff

diff --git a/data/conf/rspamd/local.d/ratelimit.conf b/data/conf/rspamd/local.d/ratelimit.conf
new file mode 100644
index 00000000..9e06583c
--- /dev/null
+++ b/data/conf/rspamd/local.d/ratelimit.conf
@@ -0,0 +1,9 @@
+# Uncomment below to apply the ratelimits globally. Use Ratelimits inside mailcow UI to overwrite them for a specific domain/mailbox.
+# rates {
+#     # Format: "1 / 1h" or "20 / 1m" etc.
+#     to = "100 / 1s";
+#     to_ip = "100 / 1s";
+#     to_ip_from = "100 / 1s";
+#     bounce_to = "100 / 1h";
+#     bounce_to_ip = "7 / 1m";
+# }
\ No newline at end of file