diff options
author | 2024-08-24 19:10:32 +0100 | |
---|---|---|
committer | 2024-08-24 19:10:32 +0100 | |
commit | 7607fddb8397bf41f18e7f61c3a32a12021271e6 (patch) | |
tree | 57fee0e519973834243e1627aab5e8133c2606d5 | |
parent | Run spamassassin as debian-spamd instead of spamd (diff) |
Correct sieve user log location
-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 a3628a1..470cf13 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 home=/var/vmail/%u mail=maildir:~/mail sieve=/home/%u/sieve sieve_user_log=/var/mail/%u/sieve.log + args = uid=vmail gid=vmail home=/var/vmail/%u mail=maildir:~/mail sieve=/home/%u/sieve sieve_user_log=/var/vmail/%u/sieve.log } |