summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-testvm-prometheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-07-29 16:19:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-07-29 16:19:31 +0200
commit0999c78f7efa79e7936a11288d5930dca5698dbb (patch)
tree758848f6da856f09c2818de8f0cde4f949be05e4 /inventory/host_vars/ch-testvm-prometheus.yml
parentredis-server: add configurable storage volume (diff)
iniital role postfix/mx - still work in progress!topic/extended-postfix-roles
Diffstat (limited to 'inventory/host_vars/ch-testvm-prometheus.yml')
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index 98c128b5..e1d0afd1 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -79,6 +79,10 @@ rspamd_modules_local_config:
rbl: |
enabled = false;
+rspamd_modules_override_config:
+ redis: |
+ servers = "127.0.0.1";
+ password = "{{ redis_server_legacy_auth_password }}"
postfix_base_mynetworks:
@@ -122,3 +126,6 @@ postfix_submission_allowed_sender_domains:
- chaox.org
postfix_submission_dkim_signer: "opendkim"
+
+
+postfix_mx_spam_filter: "rspamd"