Wrong diagnosis? (or too strict?)
-
Hello,
Thanks for creating this plugin!
I am happy with it, however I have troubles understanding the diagnosis it makes in the setting screen.
Indeed, I tested in parallel my current configuration successfully :
– works to send email to Gmail addresses,
– passes SPF+DKIM+DMARC tests at learndmarc.com
– passes SPF+DKIM+DMARC tests of that other WP plugin (no conflict with Email Auth as I removed it and the issue remained): https://wordpress.org/plugins/mailsure/Neverthless Email Auth’s diagnosis claims that:
1. DKIM: “No TXT record found” (although the DKIM key was created with the plugin, and that I copied-pasted the DNS record it generated). Could this be due to the fact that my registrar adds spaces and double quotes to the record that the plugin doesn’t recognize ? i.e. I copied:v=DKIM1; h=sha256; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFCCOCAQ8AMIIBCgKCAQEAuC3bqopquA0/fj914ggBDJXe5HX7CHJOd56Dy6dgAiI1zkTccWTY0fxtvEpCLErjDzTW0bPvrox9FstLC3fyoRI4G4aGFpuuMAMnbsFxfOE2FcSF0opeoisTFRyhoqJv+HofJl16Q6HQwn/HsU/1ro370hKP9bHERUboZ6zHHhE6coIwBaPBzDCL+VIF2vMKtOUoFigmPHAFGjtoH01InmC37OU1pTFATSjR0iOjZQiCdKtXosW58V9iOeCf1Ooca3RStJOs1ComOKYYJfmUURUds+uKDhvqUCc0wtyMcCedxq58MwccEZShkhqqgIsrJsPINE3XLCD/OxeyvNrtIwIDALABand the TXT record saves as:
"v=DKIM1; h=sha256; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFCCOCAQ8AMIIBCgKCAQEAuC3bqopquA0/fj914ggBDJXe5HX7CHJOd56Dy6dgAiI1zkTccWTY0fxtvEpCLErjDzTW0bPvrox9FstL" "C3fyoRI4G4aGFpuuMAMnbsFxfOE2FcSF0opeoisTFRyhoqJv+HofJl16Q6HQwn/HsU/1ro370hKP9bHERUboZ6zHHhE6coIwBaPBzDCL+VIF2vMKtOUoFigmPHAFGjtoH01InmC37OU1pTFATSjR0i" "OjZQiCdKtXosW58V9iOeCf1Ooca3RStJOs1ComOKYYJfmUURUds+uKDhvqUCc0wtyMcCedxq58MwccEZShkhqqgIsrJsPINE3XLCD/OxeyvNrtIwIDALAB"2. SPF: “SPF check did not pass.” (although it does pass when tested with learndmarc.com or Mailsure). The reason mentioned is a “neutral” response caused by
?allat the end of my SPF record. Also it suggests adding to my current record:a:domain.tlddue to the following reason: “Website host (domain.tld or xxx.xxx.xxx.xxx) is not included in a pass case of the SPF record”.
Here is what my full SPF record looks like:"v=spf1 include:_domain1.tld include:_domain2.tld ?all"3. DMARC: shows the following warning: “⚠️ DMARC will pass regardless of DKIM and SPF alignment. Add a
p=quarantineorp=rejectterm.”, even though my current DMARC record is:v=DMARC1; p=quarantine; rua=mailto:wordpress@domain.tld; aspf=s; adkim=s
The topic ‘Wrong diagnosis? (or too strict?)’ is closed to new replies.