Mise à jour de 'check_domain_cert.sh'

This commit is contained in:
Cédric Abonnel 2023-08-01 10:52:07 +02:00
parent 41ac71fdb1
commit a014df4309
1 changed files with 1 additions and 1 deletions

View File

@ -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