andre 2 лет назад
Родитель
Сommit
7958dc6cef
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 = 'v=spf1 mx a:mail3.seecure.ch ip4:185.163.51.0/24 ip4:89.35.78.0/23 ~all';
+const SPF = 'testv=spf1 mx a:mail3.seecure.ch ip4:185.163.51.0/24 ip4:89.35.78.0/23 ~all';
 
 function KerioEmail_ClientAreaCustomButtonArray ($params)
 {