2 Oct
2024
2 Oct
'24
6:41 a.m.
On Tue, Oct 01, 2024 at 08:10:54PM -0700, Mark Sapiro wrote:
Look at the contents of the mailman-web script. My guess is it contains
sudo -u list ...
Not exactly:
(debian bookworm)
su -s /bin/sh -c "python3 /usr/share/mailman3-web/manage.py $*" www-data
if run from root, it should not require a password.