@@ -145,6 +145,19 @@ class DnsHelper
$var['mx'] = 'wrong';
}
+ $zoneIDcollection = Capsule::table('dns_manager2_zone')
+ ->select('id')
+ ->where('name', '=', $this->params['domain'])
+ ->get();
+
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $this->params,
+ 'Debug',
+ $zoneIDcollection
+ );
return $vars;