Displaying 1 result from an estimated 1 matches for "ldapaccess".
Did you mean:
ldaccess
2013 Aug 15
1
IMAP Proxying and SSL Certificates on OpenBSD
...ssl/ca.crt
ssl_cert = </etc/ssl/pf/mail.example.com.crt
ssl_key = </etc/ssl/pf/mail.example.comkey
userdb {
? args = username_format=%n /etc/dovecot/passwd
? driver = passwd
}
userdb {
? args = /etc/dovecot/dovecot-ldap.conf
? driver = ldap
}
?
# dovecot-ldap.conf
hosts = 10.0.0.2:389
dn = cn=ldapaccess,o=servercontext
dnpass = secretpass
auth_bind = yes
ldap_version = 3
base = o=usercontext
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
user_filter = (&(&(objectClass=Person)(cn=%u))(groupMembership=cn=SMTPsender,o=permissiongroups))
pass_attrs = cn=user,userPassword=password...