2014-10-28 | Paul Boddie | raw annotate files changeset graph | Employed specific values to make the sample configuration clearer. |
1 server_host = $ldap_host 2 server_port = $ldap_port 3 version = 3 4 search_base = $ldap_base_dn 5 scope = sub 6 7 domain = ldap:/etc/postfix/ldap/mydestination.cf 8 9 bind_dn = $ldap_service_bind_dn 10 bind_pw = $ldap_service_password 11 12 query_filter = (&(|(mail=%s)(alias=%s))(objectclass=kolabinetorgperson)) 13 result_attribute = mail 14 result_format = <people+%s>