From 4a253897efcb62aba45aa20167d1d0b4e5de5efc Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 23 Aug 2024 04:42:32 +0100 Subject: Explicitly template sieve parameter to point to Sieve locations --- ansible/roles/dovecot/templates/configs/auth-ldap.conf.ext.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3