diff options
author | 2024-08-23 04:42:32 +0100 | |
---|---|---|
committer | 2024-08-23 16:52:20 +0100 | |
commit | 4a253897efcb62aba45aa20167d1d0b4e5de5efc (patch) | |
tree | b8dc5d844f3748c00c5b0557ce166e7ebd3b5c93 | |
parent | Template new LMTP config and install Sieve packages (diff) |
Explicitly template sieve parameter to point to Sieve locations
-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 } |