浏览代码

bugfix dns settings

andre 2 年之前
父节点
当前提交
489be81c59
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      kerioEmail_mx.php

+ 9 - 0
kerioEmail_mx.php

@@ -122,6 +122,15 @@ function KerioEmail_setSPF($params)
             'records' => $zoneRecords,
             'records' => $zoneRecords,
         )
         )
     );
     );
+
+    logModuleCall(
+        'kerioEmail',
+        __FUNCTION__,
+        $zoneRecords,
+        'Debug Usage',
+        $result
+    );
+
     if($result['result'] != 'success') {
     if($result['result'] != 'success') {
         return 'Error: cloud not update zone for ID ' . $zoneID;
         return 'Error: cloud not update zone for ID ' . $zoneID;
     }
     }