DKIM: Difference between revisions

From DWIKI
Line 10: Line 10:
*https://wiki.debian.org/OpenDKIM
*https://wiki.debian.org/OpenDKIM
*http://www.myiptest.com/staticpages/index.php/DomainKeys-DKIM-SPF-Validator-test
*http://www.myiptest.com/staticpages/index.php/DomainKeys-DKIM-SPF-Validator-test
*[https://www.linode.com/docs/email/postfix/configure-spf-and-dkim-in-postfix-on-debian-9/ SPF and DKIM on Debian]


=Howto=
=Howto=

Revision as of 10:35, 24 May 2019

DomainKeys Identified Mail

Links

Howto

cd /etc/opendkim/keys

The 'selector' you choose here does not have to be the actual selector used in DNS. It is just the name used for storing the .txt and .private files

opendkim-genkey -s somename -d domain.name

SigningTable

  1. somename is the first field in Keytable
*@domain.nl somename

KeyTable

Here the name of the selector is the one you publish in dns

somename domain.name:selectorname:/path/to/somename.private

Checking

opendkim-testkey -v

This will try to fetch the key published in DNS, so "record not found" means DNS record not found.

FAQ

opendkim: no signing table match for

In opendkim.conf use:

refile:/etc/opendkim/SigningTable

opendkim-testkey key not secure

Probably means you have no DNSSEC