<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Dear all,</p>
    <p>I am using bind 9.11.4-9.P2 installed on a centos 7 with yum.</p>
    <p>I am seting dkim and dmarc record for a mail server.</p>
    <p>I succeeded to set the dkim record ( a test with # dig txt +
      short ... works)</p>
    <p>But I am stucked with dmarc record.<br>
      I filled my zone file like this :</p>
    <p><font size="-1">...<br>
        $ORIGIN my-domain.fr.<br>
        ...<br>
        @                      86400    IN TXT   "v=spf1 a mx -all"<br>
        <br>
        selector._domainkey IN IN      TXT     ( "v=DKIM1; k=rsa; "<br>
                  "p=..." )</font></p>
    <p><font size="-1">_dmarc       IN  TXT "v=DMARC1; p=none;
        rua=<a class="moz-txt-link-freetext" href="mailto:dmarc@my-domain.fr">mailto:dmarc@my-domain.fr</a>; pct=5; sp=none; aspf=r"<br>
        ...<br>
      </font></p>
    <p>A test with the dig command does not give answer :<br>
      # dig txt +short _dmarc.my-domain.fr</p>
    <p>May someone help me to make it works ?</p>
    <p>Best Regards,</p>
    <p>EdG</p>
  </body>
</html>