andre 2 年 前
コミット
9ce2068aa8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      kerioEmail_mx.php

+ 1 - 1
kerioEmail_mx.php

@@ -108,7 +108,7 @@ function KerioEmailCheckSPF($params)
     
     $resolver = new Net_DNS2_Resolver(array('nameservers' => $nameserver));
     try {
-            $result = $resolver->query($params['domain'], 'TXT', 'SPF');
+            $result = $resolver->query($params['domain'], 'TXT');
             
     } catch(Net_DNS2_Exception $e) {