Difference between revisions of "DKIM"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (Woozle moved page DKIM to DomainKeys Identified Mail: basically making this a redirect)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<hide>
 
<hide>
 
[[page type::article]]
 
[[page type::article]]
[[thing type::SMTP anti-spam protocol]]
+
[[thing type::protocol]]
 +
[[purpose::anti-spam]]
 +
[[applies to::email]]
 +
[[category:acronym]]
 
[[category:anti-spam]]
 
[[category:anti-spam]]
 
[[category:SMTP]]
 
[[category:SMTP]]
 
</hide>
 
</hide>
 +
{{fmt/title|DKIM: DomainKeys Identified Mail}}
 
==About==
 
==About==
[[DomainKeys Identified Mail]] is an anti-spam measure which works by attaching a public key to each email, the identity of which is verified by its presence in the sender's [[domain name service|DNS]] records.
+
DomainKeys Identified Mail ([[DKIM]]) is an anti-spam measure which works by attaching a public key to each email, the identity of which is verified by its presence in the sender's [[domain name service|DNS]] records.
 +
==Related==
 +
* [[OpenDKIM]]
 
==Links==
 
==Links==
* {{wikipedia}}
+
* {{wikipedia|DomainKeys Identified Mail}}
 +
* at [[DigitalOcean]]:
 +
** '''2021-01-19''' [https://www.digitalocean.com/community/questions/setting-up-dkim-spf-on-my-domain Setting up DKIM/SPF on my domain.] (forum question)
 +
** '''2014-02-28''' [https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy How To Install and Configure DKIM with Postfix on Debian Wheezy]
 +
* at Google Workspace Admin Help:
 +
** [https://support.google.com/a/answer/11612790 Troubleshoot DKIM issues]
 +
** These operations appear to require a "business" (presumably paid) account:
 +
*** [https://support.google.com/a/answer/180504 Turn on DKIM for your domain]
 +
*** [https://support.google.com/a/answer/174124 Help prevent spoofing and spam with DKIM]

Latest revision as of 16:06, 20 August 2022

DKIM: DomainKeys Identified Mail

About

DomainKeys Identified Mail (DKIM) is an anti-spam measure which works by attaching a public key to each email, the identity of which is verified by its presence in the sender's DNS records.

Related

Links