From 7b7b016120d1fb3e2fe6dd2e2231da4b14d7b515 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 15 Jul 2024 21:11:01 +0200 Subject: add some module configs for rspamd --- inventory/host_vars/ch-testvm-prometheus.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'inventory') 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" -- cgit v1.2.3