diff --git a/DKIM-how-to.md b/DKIM-how-to.md index 9f60c0f..8e22db5 100644 --- a/DKIM-how-to.md +++ b/DKIM-how-to.md @@ -1,4 +1,3 @@ -# Table of contents - [Introduction](#introduction) - [What is DKIM?](#what-is-dkim-) - [Why use DKIM?](#why-use-dkim-) @@ -11,6 +10,12 @@ + [Configure Postfix](#configure-postfix) * [Inbound e-mail](#inbound-e-mail) + [Configuring SpamAssassin](#configuring-spamassassin) +- [Implementing DKIM on HALON](#implementing-dkim-on-halon) + * [Generic configuration](#generic-configuration) + + [Upload or generate private key](#upload-or-generate-private-key) + * [Outbound signing](#outbound-signing) + * [Inbound email](#inbound-email) +- [Special thanks](#special-thanks) Table of contents generated with markdown-toc @@ -170,7 +175,7 @@ This example uses the internal capabilities of Halon for DKIM, it is possible to Navigate to: `Configuration -> Email engine -> Certificates and keys -> Add` - Give a ID (name) for the private key. Only lowercase, numbers and letters (limitation of Halon). -- Select Type “Private key” and hit Generate. +- Select Type “Private key” and hit Generate. - Add a Comment like the selector name and date. - Click Add and then select the newly created private key in the overview, then click Details on top of the page. @@ -238,4 +243,4 @@ on error, Mailbody has been manipulated: # Special thanks Our infinite gratitude goes out to the following people for their support in building this how-to for DKIM. -Tom van Leeuwen \ No newline at end of file +Tom van Leeuwen