On Wed, Nov 27, 2024 at 08:18:34PM +0000, Alain Williams wrote:
I have created a new domain - via postorius
I want to set the 'Web Host' to be the same as the new domain but I cannot see that domain in the drop down list. Even if I save it and then edit the domain I still cannot see it.
I went into mailman3-web/settings.py and added it to ALLOWED_HOSTS - no joy.
I can see the domain in table mailman3.domain and mailman3web.django_mailman3_maildomain
But it is not in table mailman3web.django_site
Please how do I do this ?
This is what I ended up doing using mysql - not hearing of a better way of so doing (fake domain names):
use mailman3web; insert into django_site (domain,name)values('maillists.co.uk','UK maillist');
-- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 https://www.phcomp.co.uk/ Parliament Hill Computers. Registration Information: https://www.phcomp.co.uk/Contact.html #include <std_disclaimer.h>