andre 2 anos atrás
pai
commit
2cddb146fb
2 arquivos alterados com 9 adições e 2 exclusões
  1. 1 2
      kerioEmail_help_mx.tpl
  2. 8 0
      kerioEmail_mx.php

+ 1 - 2
kerioEmail_help_mx.tpl

@@ -1,4 +1,3 @@
-{debug}
 <h2>DNS Einstellungen für {$maildomain}</h2>
 <hr>
 
@@ -17,7 +16,7 @@
 	<div class="section" style="margin-top: 0px">
 	    <div class="row row-eq-height row-eq-height-sm">
 		<div class="col-md-5">
-    		    Domain
+    		    Maildomain
 		</div>
 		<div class="col-md-7">
     		    {$maildomain}

+ 8 - 0
kerioEmail_mx.php

@@ -94,6 +94,14 @@ function KerioEmailCheckDNS($params)
             $var['mx'] = 'wrong';
         }
     }
+    logModuleCall(
+        'kerioEmail',
+        __FUNCTION__,
+        $vars,
+        'Debug DNS',
+        $params
+    );
+
     return $vars;
 }