update dovecot ldap credentials

This commit is contained in:
goeranh 2026-03-21 18:23:28 +01:00
parent e3a9a391c2
commit 26d56a1dfe
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,7 @@ in
enable = true;
bind = {
# dn = "cn=dovecot,ou=users,DC=test,DC=htw,DC=stura-dresden,DC=de";
dn = "cn=mail,ou=users,dc=mail,dc=htw,dc=stura-dresden,dc=de";
dn = "cn=dovecot,ou=users,dc=mail,dc=htw,dc=stura-dresden,dc=de";
# passwordFile = "/var/lib/dovecot_ldap_passwd";
passwordFile = config.sops.secrets.ldap_passwd.path;
};