aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-28 17:44:49 +0100
committerGravatar Joe Banks <[email protected]>2024-08-30 16:07:04 +0100
commit236619bc9248b39ff200377cf9936012bdc3dfb9 (patch)
tree51f1364ab5ddf112621cab674fa4fbd197fba623 /ansible
parentChange templating of user mail_home (diff)
Remove unnecessary & faulty LDAP user attribute mapping
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/dovecot/templates/dovecot-ldap.conf.ext.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dovecot/templates/dovecot-ldap.conf.ext.j2 b/ansible/roles/dovecot/templates/dovecot-ldap.conf.ext.j2
index 0bf7180..a41f0fe 100644
--- a/ansible/roles/dovecot/templates/dovecot-ldap.conf.ext.j2
+++ b/ansible/roles/dovecot/templates/dovecot-ldap.conf.ext.j2
@@ -56,7 +56,7 @@ base = cn=users,cn=accounts,dc=box,dc=pydis,dc=wtf
#
# There are also other special fields which can be returned, see
# http://wiki2.dovecot.org/UserDatabase/ExtraFields
-user_attrs = uidNumber=uid, gidNumber=gid, mail=maildir:~/mail, homeDirectory=/var/vmail/%n, sieve=~/main.sieve sieve_user_log=~/sieve.log
+user_attrs = uidNumber=uid, gidNumber=gid, sieve=~/main.sieve, sieve_user_log=~/sieve.log
# Filter for user lookup. Some variables can be used (see
# http://wiki2.dovecot.org/Variables for full list):