forked from infra/ansible
Fix ownership of /var/log/dovecot.
This commit is contained in:
parent
2bbe026cd2
commit
9c6e1d1387
@ -39,7 +39,7 @@
|
|||||||
tags: mail
|
tags: mail
|
||||||
|
|
||||||
- name: Create dovecot log directory
|
- name: Create dovecot log directory
|
||||||
file: path=/var/log/dovecot state=directory mode=0750 owner=dovecot group=dovecot
|
file: path=/var/log/dovecot state=directory mode=0750 owner=vmail group=vmail
|
||||||
tags: mail
|
tags: mail
|
||||||
|
|
||||||
- name: Configure dovecot
|
- name: Configure dovecot
|
||||||
|
Loading…
Reference in New Issue
Block a user