diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/IMAP/tasks/imap.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/IMAP/tasks/imap.yml b/roles/IMAP/tasks/imap.yml index e1f005d..7245732 100644 --- a/roles/IMAP/tasks/imap.yml +++ b/roles/IMAP/tasks/imap.yml @@ -16,11 +16,11 @@ password=! state=present +# The ownership and permissions ensure that dovecot won't try to +# deliver mails under an umounted mountpoint. - name: Create a home directory for user 'vmail' file: path=/home/mail state=directory - # The ownership and permissions ensure that dovecot won't try to - # deliver mails under an umounted mountpoint. owner=root group=root mode=0755 |