|
|
@@ -83,14 +83,6 @@ class Settings extends DataTable implements ClientArea
|
|
|
$status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
|
|
|
$label = di('lang')->absoluteT('kerio','setting','mx','status',$row[$key]);
|
|
|
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $row[$key],
|
|
|
- 'Debug Status',
|
|
|
- $label
|
|
|
- );
|
|
|
-
|
|
|
$field = new EnabledField();
|
|
|
$field->setRawType($status);
|
|
|
$field->setRawTitle($label);
|
|
|
@@ -243,15 +235,6 @@ class Settings extends DataTable implements ClientArea
|
|
|
$mx = 'unset';
|
|
|
} else {
|
|
|
in_array($mailserver,$dnsRecords['mx']) ? $mx = 'set' : $mx = 'wrong';
|
|
|
-
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $mailserver,
|
|
|
- 'Debug Error',
|
|
|
- implode('', $dnsRecords['mx'])
|
|
|
- );
|
|
|
-
|
|
|
}
|
|
|
if(empty($dnsRecords['spf'])) {
|
|
|
$spf = 'unset';
|