[mailman3] Use the correct syntax for jinja variable #2086
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue