<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Christian Garling schrieb:
<blockquote
 cite="mid:42423.80.153.17.137.1223990283.squirrel@www.cg-networks.de"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">ja. siehe: <a class="moz-txt-link-freetext" href="http://www.postfix.org/LDAP_README.html">http://www.postfix.org/LDAP_README.html</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm? Wo steht da, dass man auf ein AD zugreifen kann? Ich seh es nicht.

Gruß, Christian

  </pre>
</blockquote>
nun was ist AD anderes als ein LDAP.<br>
<br>
Also hier funktioniert der Zugriff als relay_recipient_maps auf ein AD.
<br>
<br>
Auszug aus main.cf:<br>
<br>
relay_recipient_maps =<br>
  <a class="moz-txt-link-freetext" href="ldap:ldap-recipient-mainz">ldap:ldap-recipient-mainz</a>,<br>
  <a class="moz-txt-link-freetext" href="ldap:ldap-recipient-groups">ldap:ldap-recipient-groups</a>,<br>
  <a class="moz-txt-link-freetext" href="ldap:ldap-recipient-alias">ldap:ldap-recipient-alias</a><br>
#<br>
ldap-recipient-mainz_server_host = 10.0.0.15 10.0.0.8<br>
ldap-recipient-mainz_query_filter=(<a class="moz-txt-link-abbreviated" href="mailto:mail=%u@lgb-rlp.de">mail=%u@lgb-rlp.de</a>)<br>
ldap-recipient-mainz_search_base=ou=intern,ou=mainz,ou=people,dc=gla-rlp,dc=de<br>
ldap-recipient-mainz_timeout=5<br>
ldap-recipient-mainz_result_attribute = sAMAccountName<br>
ldap-recipient-mainz_bind=no<br>
ldap-recipient-mainz_server_port=389<br>
ldap-recipient-mainz_scope=sub<br>
ldap-recipient-mainz_debuglevel=0<br>
ldap-recipient-mainz_version=3<br>
<br>
grüße<br>
<br>
Alexander<br>
</body>
</html>