diff options
-rw-r--r-- | ansible/roles/dovecot/templates/configs/auth-ldap.conf.ext.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dovecot/templates/configs/auth-ldap.conf.ext.j2 b/ansible/roles/dovecot/templates/configs/auth-ldap.conf.ext.j2 index e9c5fdc..ef3dc9e 100644 --- a/ansible/roles/dovecot/templates/configs/auth-ldap.conf.ext.j2 +++ b/ansible/roles/dovecot/templates/configs/auth-ldap.conf.ext.j2 @@ -13,5 +13,5 @@ passdb { userdb { driver = static - args = uid=vmail gid=vmail mail=maildir:/var/vmail/%u home=/home/%u + args = uid=vmail gid=vmail home=/var/vmail/%u mail=maildir:~/mail sieve=/home/%u/sieve } |