jsi87 wrote:
postmap: dict_ldap_debug: put_filter: "(&(userPrincipalName=someuser@example.com)(objectClass=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"
Does this user exist in your AD server?
Could you please show me output of below commands:
# cd /etc/postfix/
# for cf in $(ls ad*); do echo ${cf}; postmap -q "someone@example.com" ldap:./${cf}; done