DKIM and SPF: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 November 2017

  • curprev 19:2619:26, 7 November 2017Admin talk contribs 163 bytes +163 Created page with " '''Check DKIM on a list of domains:'''<br /> <code>for domain in `cat domains`; do echo $domain; dig +short txt default._domainkey.$domain; echo " "; done</code>"