Parcourir la source

bugfix dns settings

andre il y a 2 ans
Parent
commit
c4c2f72455
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      kerioEmail_mx.php

+ 7 - 0
kerioEmail_mx.php

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