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

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-03 20:12:09 +01:00 committed by ynerant
parent 236a9f80c1
commit 368bdfe5ed
1 changed files with 7 additions and 0 deletions

View File

@ -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