From 187910290925e532ea536b2f9d11359f176daa31 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 25 Jun 2024 09:27:53 +0200 Subject: [PATCH] [mailman3] Use the correct syntax for jinja variable Signed-off-by: Michal Konecny --- roles/mailman3/templates/mailman.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman3/templates/mailman.cfg.j2 b/roles/mailman3/templates/mailman.cfg.j2 index c234177ca2..c64e35727c 100644 --- a/roles/mailman3/templates/mailman.cfg.j2 +++ b/roles/mailman3/templates/mailman.cfg.j2 @@ -81,7 +81,7 @@ jump_chain: discard [mta] # Email is sent on the submission port to bypass spam checking. -smtp_port: { mailman_smtp_port } +smtp_port: {{ mailman_smtp_port }} # Remove DKIM signatures in the email headers. remove_dkim_headers: yes # Don't process old stale bounces -- 2.50.0