andre 2 жил өмнө
parent
commit
c4c2f72455
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  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',
     );
 }