parent
013acaf4ef
commit
d4aa81f19a
|
@ -502,7 +502,7 @@ No match for "dronefdasfsa.ws".
|
||||||
$arrlocalmx = split(",",$mx);
|
$arrlocalmx = split(",",$mx);
|
||||||
//parcours les différents champ MX retournés
|
//parcours les différents champ MX retournés
|
||||||
foreach($mxhosts as $mxhost) {
|
foreach($mxhosts as $mxhost) {
|
||||||
foreach($arrlocalmx as localmx) {
|
foreach($arrlocalmx as $localmx) {
|
||||||
if ($mxhost==$localmx) {
|
if ($mxhost==$localmx) {
|
||||||
$bolmx = 1;
|
$bolmx = 1;
|
||||||
}
|
}
|
||||||
|
@ -822,7 +822,7 @@ No match for "dronefdasfsa.ws".
|
||||||
|
|
||||||
//si gestion mx uniquement, vérification du dns externe
|
//si gestion mx uniquement, vérification du dns externe
|
||||||
if ($dns=="0" && $gesmx=="1") {
|
if ($dns=="0" && $gesmx=="1") {
|
||||||
$vmx = checkmx($dom,$mx)
|
$vmx = checkmx($dom,$mx);
|
||||||
if ($vmx == 1) {
|
if ($vmx == 1) {
|
||||||
//aucun champ mx de spécifié sur le dns
|
//aucun champ mx de spécifié sur le dns
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue