|
|
@@ -18,10 +18,6 @@ class DnsHelper
|
|
|
const DMARC = 'v=DMARC1; p=reject; rua=mailto:technik@thurdata.ch; ruf=mailto:technik@thurdata.ch';
|
|
|
public static function KerioEmailCheckDNS($params)
|
|
|
{
|
|
|
- $testselect = \WHMCS\Database\Capsule::table('tblhosting')
|
|
|
- ->select('nameserver1ip')
|
|
|
- ->where('id', '=', $params['serverid'])
|
|
|
- ->get();
|
|
|
unset($zoneID);
|
|
|
unset($mxStatus);
|
|
|
unset($dnsData);
|