Page 1 of 1

Your DKIM signature is not valid

Posted: Sat May 30, 2015 6:23 pm
by edica
Hello,

Finally configured my own DNS.
I tested email to (mail-tester.com) and gave -3 warnings:

Your DKIM signature is not valid

In Mail this checked "DKIM Support"

Thank you.

Re: Your DKIM signature is not valid

Posted: Mon Jun 01, 2015 1:47 pm
by skurudo
* check permission/ownership on files: dkim.pem / dkim.pub
* check s-parameter - dkim_selector and your dns-record for this selector.

and for last resort ;-)
* try to disable/enable dkim

Re: Your DKIM signature is not valid

Posted: Tue Jun 02, 2015 3:38 pm
by azreal
i have similiar problem too

location : /home/admin/conf/mail/domain.com (permission)
ls -l
total 8
-rw-rw---- 1 exim mail 0 Apr 21 14:05 aliases
-rw-rw---- 1 exim mail 0 Apr 21 14:05 antispam
-rw-rw---- 1 exim mail 0 Apr 21 14:05 antivirus
-rw-rw---- 1 exim mail 887 Jun 2 14:09 dkim.pem
-rw-rw---- 1 exim mail 0 Apr 21 14:05 fwd_only
-rw-rw---- 1 dovecot mail 147 Apr 21 14:08 passwd

i can't found dkim.pub on /home/admin/conf/mail/domain.com

please anyone can help this problem

Re: Your DKIM signature is not valid

Posted: Fri Jun 05, 2015 9:22 am
by azreal
problem solved after add TXT (mail._domainkey) record to Cloudflare (because i using cloudflare)


Thanks :)

Re: Your DKIM signature is not valid

Posted: Wed Jul 12, 2017 7:17 pm
by dkyadav008
thank you skurudo

issue was with ownership of dkim.pem file.
now i used as below

-rw-r----- 1 Debian-exim mail 887 Mar 7 05:10 "path"
-rw-rw---- 1 Debian-exim mail 887 Jul 4 00:24 "path"