<html>With this I was finally able to fix my problem too. Both times the manage.py script went through, but I had to make some aditional changes:<br />as I've replaced the mailman3-web systemd unit with an ini for the uwsgi emperor, which runs mailman3-web with list:list, I've owned the mailman-web.py in /etc by list:www-data. Afterwards the website would load again, but only work partially. It turns out it coudln't find "/var/lib/mailman3/web/static/postorius/libs/bootstrap/js/bootstrap.min.js.map". I fixed it by removing the postorius directory (better: rename it) and create a symbolic link to /usr/share/python3-django-postorius/static/postorius (and of course changing ownership). Now it works, case closed from my side.<br /><br />Richard<br /><br />Am Dienstag, 22. August 2023 14:51 CEST, schrieb Giuseppe Barichello <gbarichello@verlata.it>:<br /> <blockquote type="cite" cite="20230822145146.1c88e0ff@jeeg20151223.verlata.it">The steps fixed my problem.<br /><br />I only had to:<br />- install sudo (my debian installation was a minimal netinstall,<br />without that package)<br />- chown -R www-data /usr/share/mailman3-web<br /><br />I had also to add a mail address to my admin profile and set it to<br />preferred (I only had root@mydomain as address).<br /><br />Thnakyou!</blockquote></html>