On 9/13/21 1:23 AM, Koen Martens wrote:
On 13-09-2021 08:40, Stephen J. Turnbull wrote:
Mark Dale via Mailman-users writes:
> Although the instructions say to create the file as user "mailman", > should it be created by root (with/without virtualenv?) and then > chown to "mailman"?
Yes. Since the file is created with a text editor, whether you're in a virtual environment or not is irrelevant (unless your preferred text editor is installed only in the virtual environment).
I guess that's an oversight in the documentation. Thanks for the report.
+1
I think the relevant point is that the documentation instructs you to execute the command to invoke the text editor as user 'mailman3', which will not work since user mailman3 won't have access to create files in /etc.
Yeah, I opened a ticket1 to fix that aspect, I think there should be a
note that any changes in /etc
should be made using sudo
or root
user.
The files inside /etc/mailman3 should be readable by mailman
user, but
it doesn't have to writable by it.
Cheers,
Koen
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)