Article 6FZX7 DKIM no selectors detected

DKIM no selectors detected

by
mfoley
from LinuxQuestions.org on (#6FZX7)
As of today, my messages to gmail.com are failing wit:
Code:<<< 550-5.7.26 DKIM = did not pass
<<< 550-5.7.26 SPF [novatec-inc.com] with ip: [24.142.169.12] = did not passAnd it's not just gmail. https://easydmarc.com with domain "novatec-inc.com" and selector "novatec" shows "no selectors detected" and https://www.appmaildev.com shows "DKIM none". Doing 'dig' gives nothing:
Code:dig +short TXT novatec._domainkey.novatec-inc.comYet I have a DKIM record configured at my domain name registrar Network Solutions, which has all been working since at least May of 2022:
Code:TXT novatec._domainkey v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADC....And that "p=" matches my /etc/opendkim/novatec.txt file:
Code:novatec._domainkey IN TXT ( "v=DKIM1; k=rsa; "
"p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQ ..." )I've stopped and restarted opendkim. There is nothing in /var/log/messages or /var/log/syslog.

I'm at a loss as to where to look.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments