[Bug 1917336] Re: Mailman does not honour MAILMAN_USER on startup

2021-03-03 Thread Sergio Durigan Junior
Thanks for the bug report. This happens because of how systemd handles /var/run/. If you look at the directory, you will see that it is actually a symlink to /run/. This directory is populated on every boot. There are a few ways that packages can choose in order to create directories under this

[Bug 1917336] Re: Mailman does not honour MAILMAN_USER on startup

2021-03-02 Thread Raphael Mankin
Added log file ** Attachment added: "/etc/logrotate.d/mailman" https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1917336/+attachment/5471965/+files/mailman -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1917336] Re: Mailman does not honour MAILMAN_USER on startup

2021-03-02 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. Checking the mailman package in Ubuntu Focal I see the logrotate file installed by this package contains some postrotate scripts that might be setting back the ownership to list:list. Take a look at /etc/logrotate.d/mailman and try to make the ap