2015-01-26 | Paul Boddie | file changeset files shortlog | Moved LDAP-related configuration files into a subdirectory for Postfix. Removed references to the superfluous mydestination.cf file (originating from the associatedDomain support provided by Kolab). Reformatted the README.txt file, adding the pytz dependency. |
paul@90 | 1 | server_host = $ldap_host |
paul@90 | 2 | server_port = $ldap_port |
paul@90 | 3 | version = 3 |
paul@90 | 4 | search_base = $ldap_base_dn |
paul@90 | 5 | scope = sub |
paul@90 | 6 | |
paul@90 | 7 | bind_dn = $ldap_service_bind_dn |
paul@90 | 8 | bind_pw = $ldap_service_password |
paul@90 | 9 | |
paul@145 | 10 | query_filter = (&(|(mail=%s)(alias=%s))(&(!(objectclass=inetOrgPerson))(objectclass=mailRecipient))) |
paul@92 | 11 | result_attribute = mail |
paul@175 | 12 | result_format = resources+%s |