Mise à jour de 'check_domain_cert.sh'
This commit is contained in:
parent
41ac71fdb1
commit
a014df4309
|
@ -62,7 +62,7 @@ check_domain_mx() {
|
|||
if echo -e "QUIT" | timeout 2 nc -z -w2 "$mx_domain" 993; then
|
||||
check_date "$mx_domain" "993" "$email"
|
||||
else
|
||||
echo -e " ⚠️ Le port 993 n'est pas ouvert sur le domaine MX $mx_domain."
|
||||
echo -e " ⚠️ Le port 993 n'est pas ouvert sur le domaine MX $mx_domain."
|
||||
fi
|
||||
done
|
||||
for mx_domain in $mx_domains; do
|
||||
|
|
Loading…
Reference in New Issue