<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
<style type="text/css">
<!--
p { margin-bottom: 0.21cm; }
-->
</style>
  </head>

  <body>
    <p style="margin: 0px;"> </p>

    <p style="margin-bottom: 0cm;">Hallo Leute,</p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;">die Kurzversion meiner Frage lautet: Wie spricht postfix den DNS Service an?</p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;">Etwas längliche Erklärung meines Problems:</p>

    <p style="margin-bottom: 0cm;">Wir betreiben postfix 2.3.8 auf einem Solaris 10 Server (genau genommen in einer Solaris 10 Zone)</p>

    <p style="margin-bottom: 0cm;">Aber ich kriege den Postfix nicht dazu überredet dns Anfrage zu stellen.</p>

    <p style="margin-bottom: 0cm;">Wenn ich z.Bsp. den Schalter</p>

    <p style="margin-bottom: 0cm;">reject_unknown_sender_domain</p>

    <p style="margin-bottom: 0cm;">verwende kommt im Log</p>

    <p style="margin-bottom: 0cm;">Sep 30 11:18:48 mail5 postfix/smtpd[17459]: [ID 197553 mail.info] NOQUEUE: reject: RCPT from unknown[192.168.10.112]: 450 4.1.8 <postfix@ziebi.de>: Sender address rejected: Domain not found; from=<postfix@ziebi.de> to=<abuse@d-trust.net> proto=SMTP helo=<bla.blubber.de></p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;">Mit einem Sniffer sehe ich keine DNS Pakete.</p>

    <p style="margin-bottom: 0cm;">Wenn ich dagegen irgendwelche Betriebssystemkommandos (nsslookup, host) benutze, funktionieren die DNS Abfragen problemlos</p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;"># host -t mx ziebi.de</p>

    <p style="margin-bottom: 0cm;">ziebi.de mail is handled by 10 mx00.schlund.de.</p>

    <p style="margin-bottom: 0cm;">ziebi.de mail is handled by 10 mx01.schlund.de.</p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;">Dann sehe ich die Anfragen auch im Sniffer. Der Schalter disable_dns_lookups bringt auch keine Änderung.</p>

    <p style="margin-bottom: 0cm;"># postconf disable_dns_lookups</p>

    <p style="margin-bottom: 0cm;">disable_dns_lookups = no</p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;">Also was macht postfix anders als das host Kommando?</p>

    <p style="margin-bottom: 0cm;"> </p>

    <p style="margin-bottom: 0cm;">Vielen Dank denn mir fehlt momentan die Idee an welcher Stelle ich suchen sollte.</p>

    <p style="margin-bottom: 0cm;">Frank</p>

    <p style="margin: 0px;"> </p>
  </body>
</html>