From 1541f5c7a8084ea01ecc2aeff409b4ec2ca78d53 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Thu, 27 Jan 2022 19:19:11 +0100 Subject: [PATCH] mail: ugly hack to fix mailman3 --- roles/mail/templates/mailman/mailman-web.py.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/mail/templates/mailman/mailman-web.py.j2 b/roles/mail/templates/mailman/mailman-web.py.j2 index bcb0c5f..143cdb2 100644 --- a/roles/mail/templates/mailman/mailman-web.py.j2 +++ b/roles/mail/templates/mailman/mailman-web.py.j2 @@ -190,3 +190,6 @@ SOCIALACCOUNT_PROVIDERS = { COMPRESS_OFFLINE = True POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost/mailman3/' + +# This is a quick and dirty hack - maybe there is a way to reliably retrieve the right ID? +SITE_ID = 2