March 22, 2026
7:34 p.m.
On Sun, Mar 22, 2026, at 9:56 AM, Thomas Krichel wrote:
root@darni ~ # cat /etc/mailman3/uwsgi.ini # /etc/mailman3/uwsgi.ini # [uwsgi] # Port on which uwsgi will be listening. http-socket = 0.0.0.0:8000
I would change that to localhost if I were you. I have mine as 127.0.0.1:8000, but using a IPv6 version would probably be better for some unspecified reason. Otherwise you’re going to get scary looking errors about connections from unknown places, mostly script kiddies. They won’t do any damage, because they won’t be in your ALLOWED_HOSTS or CSRF_TRUSTED_DOMAINS, but it will give you a quieter life.
-- Paul Tomblin