Aug. 8, 2026
7:58 p.m.
Hey all together,
I have just nearly finished the migration of Mailman 3 from Debian packages to venv and mailman (master and runner) is up and running and uwsgi is also up and running. Just when I go to the web page https://<mydomain.tld>/mailman3 I get a server error and looking at the mailman web log I see that the ROOT_URLCONF seems to be missing.
Following this thread: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/V... I added urls.py to /etc/mailman3 together with the other configuration files (settings.py, mailman.cfg and uwsgi.ini) and have added ROOT_URLCONF = 'urls' to /etc/settings.py but after restarting mailman (core) and mailman (web) the error is still there.
What am I missing?
TIA Torsten