|
|
@@ -171,6 +171,7 @@ class Settings extends DataTable implements ClientArea
|
|
|
in_array($domain,$clientDomains) ? $selfdomain = 'active' : $selfdomain = 'inactive';
|
|
|
$selfDns = 'inactive';
|
|
|
$dnsRecords = $dns->getRecords($domain);
|
|
|
+ $dnsRecords['selfdns'] ? $selfDns = 'active' : $selfDns = 'inactive';
|
|
|
in_array($params['serverhostname'],$dnsRecords['mx']) ? $mx = 'active' : $mx = 'inactive';
|
|
|
$spf = 'inactive';
|
|
|
if(!empty($dnsRecords['spf']) && !(count($dnsRecords['spf']) > 1)) {
|