
March 25, 2025
12:21 p.m.
Hello to all:
I think I resolved the problem. On my Debian 12 box, I ran Firefox and surfed to 127.0.0.1:8080 and I got the mailman webpage.
I required a few extras in /etc/mailman3/settings.py:
# 2025-03-25: Philip Bondi: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/U...
del ACCOUNT_AUTHENTICATION_METHOD ACCOUNT_LOGIN_METHODS = {'email', 'username'}
# 2025-03-25: Philip Bondi: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/T...
del ACCOUNT_EMAIL_REQUIRED del ACCOUNT_EMAIL_VERIFICATION