From 9baad14c379acc1009caf31eb1ef3a99abb466c5 Mon Sep 17 00:00:00 2001 From: Kishi Date: Tue, 24 Jul 2018 12:21:57 +0200 Subject: [PATCH] Remove, rename and preserve DKIM headers (mode=3) --- roles/mail/templates/mailman/mm_cfg.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mail/templates/mailman/mm_cfg.py.j2 b/roles/mail/templates/mailman/mm_cfg.py.j2 index 2999388..1c16b47 100644 --- a/roles/mail/templates/mailman/mm_cfg.py.j2 +++ b/roles/mail/templates/mailman/mm_cfg.py.j2 @@ -106,8 +106,8 @@ POSTFIX_STYLE_VIRTUAL_DOMAINS = ['{{ mailman_domain }}'] # alias for postmaster, abuse and mailer-daemon DEB_LISTMASTER = 'postmaster@{{ mail_domain }}' -# Strip (wrong) DKIM headers -REMOVE_DKIM_HEADERS = Yes +# Remove, rename and preserve DKIM headers +REMOVE_DKIM_HEADERS = 3 # Note - if you're looking for something that is imported from mm_cfg, but you # didn't find it above, it's probably in /usr/lib/mailman/Mailman/Defaults.py.