blse2-public/package-postfix_access/templates/postfix-ldap/recipient_bcc_maps_user.cf.j2

14 lines
563 B
Plaintext
Raw Normal View History

2020-11-21 20:22:14 -05:00
# {{ ansible_managed }}
server_host = {{ ldap_host }}
server_port = {{ ldap_port }}
version = 3
bind = yes
start_tls = no
2020-11-21 20:31:33 -05:00
bind_dn = {{ ldap_bind_username }}
bind_pw = {{ ldap_bind_password }}
2020-11-21 20:22:14 -05:00
search_base = ou=Users,domainName=%d,{{ ldap_basedn }}
scope = one
query_filter = (&(|(mail=%s)(&(enabledService=shadowaddress)(shadowAddress=%s)))(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=recipientbcc))
result_attribute= userRecipientBccAddress
debuglevel = 0