-
Notifications
You must be signed in to change notification settings - Fork 18
Home
jhawthorn edited this page May 21, 2012
·
4 revisions
Welcome to the dkim wiki!
Collected from my personal email, mostly for curiosity's sake.
Who? | Algorithm | Canonicalization | Notes |
---|---|---|---|
Gmail | rsa-sha256 | relaxed/relaxed | Used to, but no longer seem to sign with DomainKey |
rsa-sha256 | relaxed/simple | Change their selector every quarter | |
rsa-sha1 | simple/simple | Sendmail DKIM Filter | |
Ebay | rsa-sha1 | simple/simple | Sendmail DKIM Filter |
Sendgrid | rsa-sha1 | relaxed(/simple) | |
rsa-sha1 | relaxed/relaxed | Additionally signs `X-LinkedIn-Class:X-LinkedIn-fbl:X-LinkedIn-Template` |
Implementation | |
---|---|
[email protected] | PowerMTA |
[email protected] | DKIMproxy |
[email protected] | dkim-milter |
[email protected] | DKeyEvent |
[email protected] | OpenDKIM |
[email protected] | MDaemon |