|
|
@@ -91,7 +91,7 @@ class DnsHelper
|
|
|
$vars['spf'] = array();
|
|
|
$vars['dmarc'] = array();
|
|
|
$vars['dkim'] = array();
|
|
|
- $vars['selfdns'] = true;
|
|
|
+ $vars['selfdns'] = $zoneID;
|
|
|
$dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_id' => $zoneID));
|
|
|
if($dnsZone['result'] != 'success') {
|
|
|
return 'Error: cloud not fetch zone for ID ' . $zoneID;
|