 
            
            
            
            
                
                    May 25, 2024
                
            
            
            
        
    
                6:13 p.m.
            
        Mark Sapiro wrote on 2024-05-25 08:38:
The host name displayed in the web UI is based on the SITE_ID setting in Django's settings. This is a system configuration not associated with any lists. it references an entry in the django_sites table in the database.
Specifically, the mailmanweb DB, table django_site.
In this case, I found the GUI to be easier:
https://$your_domain/admin/sites/site/
rb