|
|
@@ -59,6 +59,15 @@ class InfoSettingDataProvider extends BaseDataProvider
|
|
|
*/
|
|
|
in_array($maildomain,$clientDomains) ? $selfdomain = 1 : $selfdomain = 0;
|
|
|
$dnsRecords = $dns->getRecords($maildomain);
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $dnsRecords,
|
|
|
+ 'DEbug',
|
|
|
+ $maildomain
|
|
|
+ );
|
|
|
+
|
|
|
$dnsRecords['selfdns'] ? $selfDns = 1 : $selfDns = 0;
|
|
|
if(empty($dnsRecords['mx'])){
|
|
|
$mx = 'unset';
|