21 Jul
2022
21 Jul
'22
8:54 p.m.
I got it all fixed by restoring the server from scratch and starting over again. The key fixes for using the mailman3-full install were:
- Prior to installing run apt install python3-pymysql python3-mysqldb
- After install, had to add 'mailman3'@'127.0.0.1' and 'mailman3web'@'127.0.0.1' and grant privileges instead of using @localhost
- In the Apache conf, had to remove the trailing forward slash in ProxyPass /mailman3 unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost
After that things were happy