|
|
@@ -45,19 +45,12 @@ class DnsHelper
|
|
|
$dkimArray = explode(PHP_EOL,$dkimSet['detail']);
|
|
|
$dkimValue = explode(":",$dkimArray[1]);
|
|
|
$this->domainKey = ltrim($dkimValue[1]);
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $this->params,
|
|
|
- 'Debug',
|
|
|
- $this->domainKey
|
|
|
- );
|
|
|
-
|
|
|
}
|
|
|
|
|
|
public function KerioEmailCheckDNS()
|
|
|
{
|
|
|
$vars['maildomain'] = $this->params['domain'];
|
|
|
+ $vars['domainkey'] = $this->domainKey;
|
|
|
if($this->clientDomains['totalresults'] == 0){
|
|
|
$vars['selfdomain'] = FALSE;
|
|
|
$vars['dmarcconfig'] = $dmarcConfig;
|