[mailman3] Use the correct syntax for jinja variable

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-06-25 09:27:53 +02:00
parent 7f0370ea4d
commit 1879102909

View file

@ -81,7 +81,7 @@ jump_chain: discard
[mta] [mta]
# Email is sent on the submission port to bypass spam checking. # 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 signatures in the email headers.
remove_dkim_headers: yes remove_dkim_headers: yes
# Don't process old stale bounces # Don't process old stale bounces