andre 2 жил өмнө
parent
commit
f537d4ba3a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      kerioEmail_mx.php

+ 1 - 1
kerioEmail_mx.php

@@ -9,7 +9,7 @@ require_once 'Net/DNS2.php';
 const NS1 = '185.163.51.130';
 const NS2 = '185.163.51.131';
 const MX  = 'mail3.seecure.ch';
-const SPF = 'testv=spf1 mx a:mail3.seecure.ch ip4:185.163.51.0/24 ip4:89.35.78.0/23 ~all';
+const SPF = 'v=spf1 mx a:mail3.seecure.ch ip4:185.163.51.0/24 ip4:89.35.78.0/23 ~all';
 
 function KerioEmail_ClientAreaCustomButtonArray ($params)
 {