|
|
@@ -133,6 +133,15 @@ class Settings extends DataTable implements ClientArea
|
|
|
$aliasList = $domain['aliasList'];
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this,
|
|
|
+ 'Debug Settings',
|
|
|
+ $maildomain
|
|
|
+ );
|
|
|
+
|
|
|
$dkimSet = $api->getDkimDnsRecord($maildomain);
|
|
|
$dkimArray = explode(PHP_EOL,$dkimSet['detail']);
|
|
|
$dkimValue = explode(":",$dkimArray[1]);
|
|
|
@@ -148,14 +157,6 @@ class Settings extends DataTable implements ClientArea
|
|
|
$this->spfConfig = $productManager->get('spf_string');
|
|
|
$this->dmarcConfig = $productManager->get('dmarc_string');
|
|
|
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $this,
|
|
|
- 'Debug Settings',
|
|
|
- $maildomain
|
|
|
- );
|
|
|
-
|
|
|
/**
|
|
|
* format model to array
|
|
|
*/
|