summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-07-15 21:11:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-07-15 21:11:01 +0200
commit7b7b016120d1fb3e2fe6dd2e2231da4b14d7b515 (patch)
tree9d0cde1194d4cd3844150dabde7e21603fabe9a8 /inventory
parentadd initial rspamd role (diff)
add some module configs for rspamd
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index 80f3b4d0..7355322d 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -59,6 +59,17 @@ rspamd_web:
password: secret
enable_password: very-secret
+rspamd_modules_local_config:
+ antivirus: |
+ enabled = false;
+ fuzzy_check: |
+ enabled = false;
+ greylist: |
+ enabled = false;
+ rbl: |
+ enabled = false;
+
+
postfix_base_mynetworks:
- "127.0.0.0/8"