Hi all, I can't get the right configuration to check emails recipient with my AD, I get an error message:
When I run /usr/sbin/postmap -vq "sebast...@wenske.fr" ldap:/etc/postfix/ldap-aliases.cf ---------------- postmap: dict_open: ldap:/etc/postfix/ldap-aliases.cf postmap: dict_ldap_lookup: In dict_ldap_lookup postmap: dict_ldap_lookup: No existing connection for LDAP source /etc/postfix/ldap-aliases.cf, reopening postmap: dict_ldap_connect: Connecting to server ldap://10.0.1.4:389 postmap: dict_ldap_connect: Actual Protocol version used is 3. postmap: dict_ldap_connect: Binding to server ldap://10.0.1.4:389 as dn cn=canardwc, cn=Users, dc=wenske, dc=local postmap: dict_ldap_connect: Successful bind to server ldap://10.0.1.4:389 as cn=canardwc, cn=Users, dc=wenske, dc=local postmap: dict_ldap_connect: Cached connection handle for LDAP source /etc/postfix/ldap-aliases.cf postmap: dict_ldap_lookup: /etc/postfix/ldap-aliases.cf: Searching with filter (proxyAddresses=smtp:sebast...@wenske.fr) postmap: warning: dict_ldap_lookup: Search error 1: Operations error ---------------- My /etc/postfix/ldap-aliases.cf file: server_host = 10.0.1.4 search_base = dc=wenske, dc=local version = 3 bind_dn = cn=canardwc, cn=Users, dc=wenske, dc=local bind_pw = ***** #query_filter = mailAlternateAddress=%s query_filter = (proxyAddresses=smtp:%s) result_attribute = mail #domain = wenske.local What's wrong? THANKS, Sebastien