Skip to content
Snippets Groups Projects
Commit 368bdfe5 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[mailman3] Apply permissions to the folder /var/lib/mailman3


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 236a9f80
No related branches found
No related tags found
1 merge request!235Mailman 3
......@@ -34,6 +34,13 @@
- mailman-hyperkitty.cfg
notify: Restart mailman3
- name: Apply permissions to the mailman directory
file:
path: /var/lib/mailman3
state: directory
owner: list
group: list
# You will need to setup postgres
# sudo -u postgres createuser -P mailman3web
# sudo -u postgres createdb -O mailman3web mailman3web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment