Displaying 1 result from an estimated 1 matches for "bcmailaccount".
2007 Nov 21
2
Ldap Proxy
...is not working, it just continues to
access the user's mailbox. I was able to do a proxy with a user in a
"passwd-file", but not ldap directory. Here is part my "args" file on the
passdb ldap stanza:
base = dc=example,dc=com
auth_bind = yes
pass_filter =
(&(objectClass=BCMailAccount)(BCMailEnable=true)(BCMailDovecotEnable=true)(uid=%u)(BCMailDovecotProxyHost=*))
pass_attrs = uid=user,proxy,BCMailDovecotProxyHost=host
I've turned on auth_verbose, debug, etc and still can't figure out why it
wont proxy. Ive tried adding user_attrs (the same as the pass attrs). I've...