1
0
Fork 0

Make both dovecot and postfix able to read virtual db
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Daniele Tricoli 2022-05-21 02:56:18 +02:00
parent 704b1e70cc
commit e462d571b6

View file

@ -41,9 +41,9 @@
);
EOF
- name: ensure /etc/dovecot/authdb.sqlite is owned by dovecot
- name: ensure /etc/dovecot/authdb.sqlite is owned by dovecot and postfix
file:
path: "{{ mailserver_auth_database }}"
owner: dovecot
group: root
mode: "0600"
group: postfix
mode: "0640"