DKIM How To

From HyperSecurity Wiki
Revision as of 09:00, 7 May 2018 by 50.98.120.25 (talk) (Created page with "'''DKIM add new key:''' *create keys and put them into /etc/opendkim/keys/domains.com/keys *add domain to trusted.hosts *add domain to signing.table *add domain to key.table...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

DKIM add new key:

  • create keys and put them into /etc/opendkim/keys/domains.com/keys
  • add domain to trusted.hosts
  • add domain to signing.table
  • add domain to key.table
systemctr restart opendkim

Generate keys:

opendkim-genkey -b 2048 -h rsa-sha256 -r -s mail -d domain.com -v

Test Keys:

opendkim-testkey -d domain.com -s mail -vvv