On 4/24/2023 5:11 PM, mailman-users-request@mailman3.org wrote:
The Postorius Domains view will show you the SITE_ID for your domain. In /etc/mailman3/settings.py you probably have SITE_ID = 1 Change that to the value from the Postorius Domains view. If you have more than one domain, you can set SITE_ID = 0 and that should show the domain from the http request.
Mark - I encountered the same problem and it wasn't clear from the documentation what to do about it.
So I eventually changed the name from example.com using the /admin link.
But if I now set SITE_ID = 0, and restart the server, it is not happy and tells me it encountered an error.
raise self.model.DoesNotExist(django.contrib.sites.models.Site.DoesNotExist: Site matching query does not exist.
I guess I should just let it be set to 1 and be done with it? - Mark