Update DANE-for-SMTP-how-to.md

This commit is contained in:
Dennis Baaten 2019-07-18 07:58:02 +02:00 committed by GitHub
parent 4e523ad789
commit 2d9efc61e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
# Table of contents
- [Table of contents](#table-of-contents)
- [Executive Summary](#executive-summary)
- [Introduction](#introduction)
- [What is DANE?](#what-is-dane-)
@ -27,9 +28,18 @@
+ [Configure DNSSEC validation in Exim](#configure-dnssec-validation-in-exim)
+ [Configure DANE](#configure-dane)
- [Implementing DANE for SMTP using Halon (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-using-halon--inbound---outbound-e-mail-traffic-)
* [Generic configuration](#generic-configuration)
+ [Install or generate key pair](#install-or-generate-key-pair-1)
+ [DNSSEC](#dnssec)
* [Inbound](#inbound)
* [Outbound](#outbound)
+ [Transport Label](#transport-label)
+ [Scripting](#scripting)
+ [Logging](#logging)
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
# Executive Summary
* DANE is a best-practice technology for securing the transfer of email (SMTP) between organizations across the public Internet.
* Successful DANE deployments require additional operational discipline.