
On 3/31/25 06:26, Philip Bondi wrote:
My /etc/mailman3/urls.py is empty.
Should I, like it indicates in https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
cp /opt/mailman/venv/lib/python3.11/site-packages/mailman_web/urls.py /etc/mailman3/urls.py chown mailman:mailman /etc/mailman3/urls.py and add to /etc/mailman3/settings.py
ROOT_URLCONF = 'urls'
You can do all of that, but it's probably unnecessary. What is in /opt/mailman/venv/lib/python3.11/site-packages/mailman_web/urls.py? compare it to https://gitlab.com/mailman/mailman-web/-/blob/master/mailman_web/urls.py
After completing above, https://systemdatabase.ca/mailman3 still gives Service Unavailable
It appears that https://systemdatabase.ca/postorius works so the issue is almost certainly that your urls.py is missing
path('mailman3/', include('postorius.urls')),
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan