andre 5 месяцев назад
Родитель
Сommit
813b9b97d7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      core/Helper/DnsHelper.php

+ 1 - 0
core/Helper/DnsHelper.php

@@ -86,6 +86,7 @@ class DnsHelper
         $vars['spf'] = array();
         $vars['dmarc'] = array();
         $vars['dkim'] = array();
+        $vars['selfdns'] = true;
         $dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_id' => $zoneID));
         if($dnsZone['result'] != 'success') {
             return 'Error: cloud not fetch zone for ID ' . $zoneID;