Browse Source

bugfix dns settings

andre 2 years ago
parent
commit
c4c2f72455
1 changed files with 7 additions and 0 deletions
  1. 7 0
      kerioEmail_mx.php

+ 7 - 0
kerioEmail_mx.php

@@ -15,7 +15,14 @@ function KerioEmail_ClientAreaCustomButtonArray ($params)
 {
 {
     return array(
     return array(
         'DNS-Settings' => 'DNS',
         'DNS-Settings' => 'DNS',
+    );
+}
+
+function KerioEmail_ClientAreaAllowedFunctions ($params)
+{
+    return array(
         'MX konfigurieren' => 'setMX',
         'MX konfigurieren' => 'setMX',
+        'SPF konfigurieren' => 'setSPF',
     );
     );
 }
 }