From 53fe07271cdb06a0fa02dbe7d9a0f7fc54f1f41f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 16 Oct 2023 11:54:48 -0700 Subject: [PATCH] Noop change to retrigger lists3 deployment We've been trying to get this to deploy automatically without much success due to a couple of unrelated errors. The most recent appears to possibly be an ansible issue within ansible itself (eg not our playbooks). Land a noop change to retrigger things and see if this is consistent or not. Change-Id: Iaf0aa14a82fb7d0a2b61a5138c7435d3eda21a3e --- inventory/service/group_vars/mailman3.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/service/group_vars/mailman3.yaml b/inventory/service/group_vars/mailman3.yaml index a16e972075..e8a0ad3797 100644 --- a/inventory/service/group_vars/mailman3.yaml +++ b/inventory/service/group_vars/mailman3.yaml @@ -1,3 +1,4 @@ +# System Configs iptables_extra_public_tcp_ports: - 25 - 80 @@ -20,6 +21,7 @@ borg_backup_excludes_extra: - /var/backups/mailman-mariadb # Can regenerate indexes from source email files - /var/lib/mailman/web-data/fulltext_index +# Exim Configs exim_queue_interval: '1m' exim_queue_run_max: '50' exim_smtp_accept_max: '100'