@@ -234,6 +234,15 @@ class Settings extends DataTable implements ClientArea
$mx = 'unset';
} else {
in_array($params['serverhostname'],$dnsRecords['mx']) ? $mx = 'set' : $mx = 'wrong';
+
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $params['serverhostname'],
+ 'Debug Error',
+ $dnsRecords['mx']
+ );
}
if(empty($dnsRecords['spf'])) {
$spf = 'unset';