diff --git a/DKIM-how-to.md b/DKIM-how-to.md index 55d4201..8fad5d3 100644 --- a/DKIM-how-to.md +++ b/DKIM-how-to.md @@ -1,3 +1,19 @@ +# Table of contents +- [Introduction](#introduction) +- [What is DKIM?](#what-is-dkim-) +- [Why use DKIM?](#why-use-dkim-) +- [Tips, tricks and notices for implementation](#tips--tricks-and-notices-for-implementation) +- [Implementing DKIM with OpenDKIM for Postfix with SpamAssassin](#implementing-dkim-with-opendkim-for-postfix-with-spamassassin) + * [Outbound e-mail traffic](#outbound-e-mail-traffic) + + [Set up OpenDKIM and created key pair for your domain](#set-up-opendkim-and-created-key-pair-for-your-domain) + - [Key rotation](#key-rotation) + + [Publish the DNS record](#publish-the-dns-record) + + [Configure Postfix](#configure-postfix) + * [Inbound e-mail](#inbound-e-mail) + + [Configuring SpamAssassin](#configuring-spamassassin) + +Table of contents generated with markdown-toc + # Introduction This how-to is created by the Dutch Internet Standards Platform (the organization behind [internet.nl](https://internet.nl)) and is meant to provide practical information and guidance on implementing DKIM.