[mailman3] Apply permissions to the folder /var/lib/mailman3
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
236a9f80c1
commit
368bdfe5ed
|
@ -34,6 +34,13 @@
|
||||||
- mailman-hyperkitty.cfg
|
- mailman-hyperkitty.cfg
|
||||||
notify: Restart mailman3
|
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
|
# You will need to setup postgres
|
||||||
# sudo -u postgres createuser -P mailman3web
|
# sudo -u postgres createuser -P mailman3web
|
||||||
# sudo -u postgres createdb -O mailman3web mailman3web
|
# sudo -u postgres createdb -O mailman3web mailman3web
|
||||||
|
|
Loading…
Reference in New Issue