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

+ 1 - 1
core/Helper/DnsHelper.php

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