aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/dovecot/conf.d/auth-ldap.conf.ext.imap_server
blob: 9237f1fc96768da79c4d3f22f8892143b84d7223 (plain) (blame)
1
2
3
4
5
6
7
8
passdb {
  driver = ldap
  args = ${dovecot_conf_dir}/dovecot-ldap-passdb.conf.ext
}
userdb {
  driver = ldap
  args = ${dovecot_conf_dir}/dovecot-ldap-userdb.conf.ext
}