SOLUCIÓN AL ERROR: example.com"s "MX" records have mismatched TTL values (3600, 3600, and 14400). Records of the same name and type must always have the same TTL value
Ingresar con ROOT al servidor cpanel donde se produce la falla y ejecutar:
/usr/local/cpanel/scripts/fix_dns_zone_ttls --fix
Si hay fallas con algunos dominios podria aparecer un mensaje como este
Fetching DNS zone list …
Checking 276 DNS zones …
“domain.pe” is invalid.
domain.pe. TXT: multiple TTLs (14400, 86400)
Fixed.
“domain.com” is invalid.
domain.com. TXT: multiple TTLs (3600, 14400)
Fixed.
Comentarios