Please help me to find how to do this.
I have postfix integrated with AD and I have some issue with alias maps.
Here is my virtual_alias_maps.cf:
server_host = test.local
server_port = 389
version = 3
bind = yes
start_tls = no
bind_dn = [email protected]
bind_pw = password
search_base = dc=test,dc=local
scope = sub
query_filter = (&(mail=%s)(member=*))
special_result_attribute = member
leaf_result_attribute = mail
debuglevel = 0
It works fine, but I need to select only ENABLED users in group, not all. And with a nested group(s).
Thanks in advance.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…