瀏覽代碼

test multicheck

andre 4 月之前
父節點
當前提交
713946cd2e
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      core/Helper/DnsHelper.php

+ 4 - 4
core/Helper/DnsHelper.php

@@ -123,7 +123,7 @@ class DnsHelper
         }
         $zoneRecords = array();
         $mxRecord = array(
-            'line' => $dnsParams['maildomain'].'.|MX|0',
+//            'line' => $dnsParams['maildomain'].'.|MX|0',
             'name' => '@',
             'type' => 'MX',
             'class' => 'IN',
@@ -134,7 +134,7 @@ class DnsHelper
         );
         array_push($zoneRecords, $mxRecord);
         $spfRecord = array(
-            'line' => $dnsParams['maildomain'].'.|TXT|0',
+//            'line' => $dnsParams['maildomain'].'.|TXT|0',
             'name' => '@',
             'type' => 'TXT',
             'class' => 'IN',
@@ -142,7 +142,7 @@ class DnsHelper
         );
         array_push($zoneRecords, $spfRecord);
         $dmarcRecord = array(
-            'line' => $dnsParams['maildomain'].'.|TXT|1',
+//            'line' => $dnsParams['maildomain'].'.|TXT|1',
             'name' => '@',
             'type' => 'TXT',
             'class' => 'IN',
@@ -150,7 +150,7 @@ class DnsHelper
         );
         array_push($zoneRecords, $dmarcRecord);
         $dkimRecord = array(
-            'line' => $dnsParams['dkimname'].'|TXT|0',
+//            'line' => $dnsParams['dkimname'].'|TXT|0',
             'name' => $dnsParams['dkimname'],
             'type' => 'TXT',
             'class' => 'IN',