DKIM: Difference between revisions
From DWIKI
m (→SigningTable) |
m (→Links) |
||
Line 4: | Line 4: | ||
*[http://dkimcore.org/tools/keycheck.html dkim check] | *[http://dkimcore.org/tools/keycheck.html dkim check] | ||
*[https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy DKIM and postfix] | *[https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy DKIM and postfix] | ||
*{https://help.ubuntu.com/community/Postfix/dkim-milter Postfix and dkim-milter] | |||
*[http://dkim.org/ Homepage] | *[http://dkim.org/ Homepage] | ||
*http://www.opendkim.org/opendkim-README | *http://www.opendkim.org/opendkim-README |
Revision as of 22:02, 12 November 2019
DomainKeys Identified Mail
Links
- dkim check
- DKIM and postfix
- {https://help.ubuntu.com/community/Postfix/dkim-milter Postfix and dkim-milter]
- Homepage
- http://www.opendkim.org/opendkim-README
- About DKIM
- DKIM with Sendmail
- https://wiki.debian.org/OpenDKIM
- http://www.myiptest.com/staticpages/index.php/DomainKeys-DKIM-SPF-Validator-test
- SPF and DKIM on Debian
OpenDKIM 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
Make sure the key ends up in /etc/opendkim/keys and is readable for user opendkim
SigningTable
- somename is the first field in Keytable
*@domain.name 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