Using FILTER_VHOST, I have two domains set up and working with MM3, Postorius and Hyperkitty. However, because SITE_ID in settings.py points to one of the domains, that domain name always appears on Postorius and Hyperkitty pages.
The FAQ says there's a way to edit the SITE_ID used by a domain:
https://docs.mailman3.org/en/latest/faq.html#id2
But I think that's just for which SITE_ID is associated with each domain, and not what's displayed.
I already have 'dom1.tld' and 'dom2.tld' set as the display names for each site (under Postorius/Domains/Edit or admin/Sites/Site). The issue is that Postorius and Hyperkitty show 'dom1.tld' for all pages, even those in dom2.tld. Presumably this is because of the SITE_ID value in settings.py.
How to get the correct domain to appear on that domain's Postorius and Hyperkitty pages?
Thanks.
dn