imip-agent

Annotated conf/exim/010_exim4-config_people_outgoing

144:4d19192e3cf1
2014-12-20 Paul Boddie Added LDAP references; removed Kolab-specific schema class usage for people.
paul@144 1
LDAP_PERSON_OUTGOING_QUERY = (&(|(mail=${quote_ldap:${sender_address_local_part}}@${sender_address_domain})(alias=${quote_ldap:${sender_address_local_part}}@${sender_address_domain}))(objectclass=inetorgperson))
paul@96 2
paul@96 3
people_outgoing:
paul@96 4
  debug_print = "R: person_outgoing for $sender_address_local_part@$sender_address_domain"
paul@96 5
  driver = accept
paul@96 6
  unseen
paul@96 7
  no_expn
paul@96 8
  no_verify
paul@96 9
  condition = ${if eq {}{${lookup ldap{ \
paul@96 10
    user="$ldap_service_bind_dn" \
paul@96 11
    pass=$ldap_service_password \
paul@96 12
    ldap://$ldap_host:$ldap_port/$ldap_base_dn?mail?sub?LDAP_PERSON_OUTGOING_QUERY} \
paul@96 13
    }}{no}{yes}}
paul@96 14
  transport = people_outgoing_transport