Your DKIM signature is not valid
Your DKIM signature is not valid
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.
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
* 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
* 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
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
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
problem solved after add TXT (mail._domainkey) record to Cloudflare (because i using cloudflare)
Thanks :)
Thanks :)
-
- Posts: 3
- Joined: Wed Jul 12, 2017 7:13 pm
Re: Your DKIM signature is not valid
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"
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"