From 59fcac1337c27ce1f7980efff88eed1e6386b3fa Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 29 Nov 2021 16:28:42 +0100 Subject: [PATCH] mail: fix sender domain for mailman notifications --- roles/mail/templates/mailman/mailman-web.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mail/templates/mailman/mailman-web.py.j2 b/roles/mail/templates/mailman/mailman-web.py.j2 index 0dba851..3f118fa 100644 --- a/roles/mail/templates/mailman/mailman-web.py.j2 +++ b/roles/mail/templates/mailman/mailman-web.py.j2 @@ -130,7 +130,7 @@ USE_TZ = True # Set default domain for email addresses. -EMAILNAME = 'localhost.local' +EMAILNAME = '{{ mail_domain }}' # If you enable internal authentication, this is the address that the emails # will appear to be coming from. Make sure you set a valid domain name,