3-Implement-IMAP/POP #4

Merged
giacchetta merged 11 commits from 3-Implement-IMAP/POP into main 2026-02-11 22:40:10 +00:00
Showing only changes of commit 672082cf64 - Show all commits

View File

@@ -108,6 +108,17 @@
tags:
- dovecot_config
- name: "DOVECOT | Ensure vmail directory permissions"
when: dovecot_enabled | default(false)
ansible.builtin.file:
path: /var/vmail
state: directory
owner: vmail
group: vmail
mode: '0700'
tags:
- dovecot_config
- name: "DOVECOT | Generate user password hashes"
when: dovecot_enabled | default(false) and dovecot_users | length > 0
ansible.builtin.command: