Browse Source

update dns active

andre 5 months ago
parent
commit
01b139ce53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/Helper/DnsHelper.php

+ 1 - 1
core/Helper/DnsHelper.php

@@ -129,7 +129,7 @@ class DnsHelper
             'class' => 'IN',
             'data' => array(
                 'preference' => '10',
-                'exchange' => $dnsParams['mxt'],
+                'exchange' => $dnsParams['editmxactive'],
             ),
         );
         array_push($zoneRecords, $mxRecord);