From 7e708d277ed61f45976e44f5044f9aa2ef3b8357 Mon Sep 17 00:00:00 2001 From: Jeffrey Bencteux Date: Mon, 17 Oct 2022 05:04:01 -0400 Subject: [PATCH] add OVH cloud mail provider --- mailsecchk.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mailsecchk.sh b/mailsecchk.sh index 6f9e0f2..78fe953 100755 --- a/mailsecchk.sh +++ b/mailsecchk.sh @@ -461,6 +461,7 @@ log "" has_mx_specific "m365" "Microsoft 365" "mail.protection.outlook.com" has_mx_specific "google" "Google Workspace" "aspmx.l.google.com" has_mx_specific "amazon" "Amazon SES" "amazonaws.com" +has_mx_specific "ovh" "OVH Cloud" "mail.ovh.net" log "" # SPF checks @@ -474,6 +475,7 @@ loose_spf "$spf" spf_include_domain "$spf" "m365" "Microsoft 365" "spf.protection.outlook.com" "$specific" spf_include_domain "$spf" "google" "Google Workspace" "_spf.google.com" "$specific" spf_include_domain "$spf" "amazon" "Amazon SES" "amazonses.com" "$specific" +spf_include_domain "$spf" "ovh" "OVH Cloud" "mx.ovh.com" "$specific" spf_includes_recursive "$spf" "$d" "$specific" # Only at the end of the recursion can we test if specific SPF has not been found