imip-agent

conf/exim/ldap/010_exim4-config_ldap_people_outgoing

1103:b32d7b080ed7
2016-04-08 Paul Boddie Added Danish translations by Jonas Smedegaard. Switched the Norwegian translations to use UTF-8. Added copyright details for translations.
     1 LDAP_PERSON_OUTGOING_QUERY = (&(|(mail=${quote_ldap:${sender_address_local_part}@${sender_address_domain}})\     2                                  (alias=${quote_ldap:${sender_address_local_part}@${sender_address_domain}}))\     3                                (objectclass=inetorgperson))     4      5 ldap_person_outgoing:     6   debug_print = "R: ldap_person_outgoing for $sender_address_local_part@$sender_address_domain"     7   driver = accept     8   unseen     9   no_expn    10   no_verify    11   condition = ${if eq {}{${lookup ldap{ \    12     user="LDAP_SERVICE_BIND_DN" \    13     pass=LDAP_SERVICE_PASSWORD \    14     ldap://LDAP_HOST:LDAP_PORT/LDAP_BASE_DN?mail?sub?LDAP_PERSON_OUTGOING_QUERY} \    15     }}{no}{yes}}    16   transport = people_outgoing_transport