Browse Source

test multi mx

andre 4 months ago
parent
commit
f9ca228e26
1 changed files with 9 additions and 0 deletions
  1. 9 0
      core/Helper/DnsHelper.php

+ 9 - 0
core/Helper/DnsHelper.php

@@ -203,6 +203,15 @@ class DnsHelper
             if($record->type == 'MX') continue;
             array_push($zoneRecords, $record);
         }
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $this->params,
+            'DEbug',
+            $zoneRecords
+        );
+
         $result = localAPI('dnsmanager' ,
             array(
                 'dnsaction' => 'updateZone',