CyberPanel Community

Invalid DNS domainkey

KG
Kalvis Grauds #1

Hello, I don’t know if this issue happens only for me, but opendkim generated key in cloudflare has extra line between p= and last string. When I delete the extra line dkim is valid and p= is in one line

5 replies
KG
Kalvis Grauds #3

Yes, it is valid, but outgoing emails are not signed.

KG
Kalvis Grauds #4

Never mind I had a feeling that something is wrong with config and I was right.
Postfix /etc/postfix/main.cf was missing signing lines

smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters = $smtpd_milters
milter_default_action = accept 
sh
shoaibkk #5

these should be there by default BTW what are results now?

KG
Kalvis Grauds #6

Now it works! Might be unfinished software update/upgrade

Sign in to reply