On 11/3/24 11:31, Arte Chambers via Mailman-users wrote:
Hello everyone,
I'm running Ubuntu 24.10 and following the Virtualenv instructions
<https://docs.mailman3.org/en/latest/install/virtualenv.html#setup-mailman-user>.
When creating the mailman user per the instructions I find that the mailman
user doesn't have sufficient permissions to do things later in the
installation such as creating files in /etc. What steps should I take to
ensure that the mailman user has the correct permissions to install the
Mailman app.
We should probably cover this in the docs, but for /etc/mailman3, you
should do
```
sudo mkdir /etc/mailman3
sudo chown mailman:mailman /etc/mailman3
sudo chmod 755 /etc/mailman3
```
Then you can create all the subordinate files as the mailman user. For
other things like the systemd service and the postfix and web server
configs, you need to do them as root (via sudo).
--
Mark Sapiro <m...@msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/5M5XFNWPMJSVVWZ744AT6HC7ETO4BDT5/
This message sent to arch...@mail-archive.com