diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-07-15 21:11:01 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-07-15 21:11:01 +0200 |
commit | 7b7b016120d1fb3e2fe6dd2e2231da4b14d7b515 (patch) | |
tree | 9d0cde1194d4cd3844150dabde7e21603fabe9a8 /inventory | |
parent | add initial rspamd role (diff) |
add some module configs for rspamd
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ch-testvm-prometheus.yml | 11 |
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" |