Skip to content

Commit b9c4a61

Browse files
authored
Merge pull request #11 from cherouvim/patch-1
Fix some TOC anchor links
2 parents 8f74884 + 01a2c69 commit b9c4a61

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

DANE-for-SMTP-how-to.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@ This how-to is created by the Dutch Internet Standards Platform (the organizatio
1313
* For more information on adoption statistics and software support, take a look at: [https://github.com/baknu/DANE-for-SMTP/wiki](https://github.com/baknu/DANE-for-SMTP/wiki)
1414

1515
# Table of contents
16-
- [What is DANE?](#what-is-dane-)
17-
- [Why use DANE for SMTP?](#why-use-dane-for-smtp-)
16+
- [What is DANE?](#what-is-dane)
17+
- [Why use DANE for SMTP?](#why-use-dane-for-smtp)
1818
* [Risks of SMTP with opportunistic TLS](#risks-of-smtp-with-opportunistic-tls)
1919
* [DANE addresses these risks](#dane-addresses-these-risks)
2020
* [How about MTA-STS?](#how-about-mta-sts-)
2121
- [DANE TLSA record structure](#dane-tlsa-record-structure)
2222
- [Advantages of DANE explained by illustrations](#advantages-of-dane-explained-by-illustrations)
23-
* [Mail delivery: TLS without DANE](#mail-delivery--tls-without-dane)
24-
* [Mail delivery: TLS with MITM stripping TLS](#mail-delivery--tls-with-mitm-stripping-tls)
25-
* [Mail delivery: TLS with MITM using evil certificate](#mail-delivery--tls-with-mitm-using-evil-certificate)
26-
* [Mail delivery: TLS with DANE](#mail-delivery--tls-with-dane)
27-
* [Mail delivery: TLS with DANE without DNSSEC](#mail-delivery--tls-with-dane-without-dnssec)
23+
* [Mail delivery: TLS without DANE](#mail-delivery-tls-without-dane)
24+
* [Mail delivery: TLS with MITM stripping TLS](#mail-delivery-tls-with-mitm-stripping-tls)
25+
* [Mail delivery: TLS with MITM using evil certificate](#mail-delivery-tls-with-mitm-using-evil-certificate)
26+
* [Mail delivery: TLS with DANE](#mail-delivery-tls-with-dane)
27+
* [Mail delivery: TLS with DANE without DNSSEC](#mail-delivery-tls-with-dane-without-dnssec)
2828
- [Reliable certificate rollover](#reliable-certificate-rollover)
29-
* [Points of attention when rolling over using "current + next"](#points-of-attention-when-rolling-over-using--current---next-)
30-
- [Tips, tricks and notices for implementation](#tips--tricks-and-notices-for-implementation)
31-
- [Inbound e-mail traffic (publishing DANE DNS records)](#inbound-e-mail-traffic--publishing-dane-dns-records-)
29+
* [Points of attention when rolling over using "current + next"](#points-of-attention-when-rolling-over-using-current--next)
30+
- [Tips, tricks and notices for implementation](#tips-tricks-and-notices-for-implementation)
31+
- [Inbound e-mail traffic (publishing DANE DNS records)](#inbound-e-mail-traffic-publishing-dane-dns-records)
3232
* [Generating DANE records](#generating-dane-records)
3333
* [Publishing DANE records](#publishing-dane-records)
3434
* [Generating DANE roll-over records](#generating-dane-roll-over-records)
3535
* [Publishing DANE roll-over records](#publishing-dane-roll-over-records)
36-
- [Implementing DANE for SMTP on Postfix (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-on-postfix--inbound---outbound-e-mail-traffic-)
36+
- [Implementing DANE for SMTP on Postfix (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-on-postfix-inbound--outbound-e-mail-traffic)
3737
* [Configuring Postfix](#configuring-postfix)
38-
- [Implementing DANE for SMTP on Exim (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-on-exim--inbound---outbound-e-mail-traffic-)
38+
- [Implementing DANE for SMTP on Exim (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-on-exim-inbound--outbound-e-mail-traffic)
3939
* [Configuration for inbound e-mail traffic](#configuration-for-inbound-e-mail-traffic)
4040
+ [Install or generate key pair](#install-or-generate-key-pair)
4141
+ [Configure TLS](#configure-tls)
4242
* [Configuration for outbound e-mail traffic](#configuration-for-outbound-e-mail-traffic)
4343
+ [DNSSEC validating resolvers](#dnssec-validating-resolvers)
4444
+ [Configure DNSSEC validation in Exim](#configure-dnssec-validation-in-exim)
4545
+ [Configure DANE](#configure-dane)
46-
- [Implementing DANE for SMTP on Halon (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-on-halon--inbound---outbound-e-mail-traffic-)
46+
- [Implementing DANE for SMTP on Halon (inbound & outbound e-mail traffic)](#implementing-dane-for-smtp-on-halon-inbound--outbound-e-mail-traffic)
4747
* [Generic configuration](#generic-configuration)
4848
+ [Install or generate key pair](#install-or-generate-key-pair-1)
4949
+ [DNSSEC](#dnssec)
@@ -52,7 +52,7 @@ This how-to is created by the Dutch Internet Standards Platform (the organizatio
5252
+ [Transport Label](#transport-label)
5353
+ [Scripting](#scripting)
5454
+ [Logging](#logging)
55-
- [Implementing DANE for SMTP on Port25 PowerMTA (outbound e-mail traffic)](#implementing-dane-for-smtp-on-port25-powermta--outbound-e-mail-traffic-)
55+
- [Implementing DANE for SMTP on Port25 PowerMTA (outbound e-mail traffic)](#implementing-dane-for-smtp-on-port25-powermta-outbound-e-mail-traffic)
5656
* [Generic configuration](#generic-configuration-1)
5757
+ [Configure the use of DANE on the domain level](#configure-the-use-of-dane-on-the-domain-level)
5858
+ [Logging](#logging-1)

0 commit comments

Comments
 (0)