You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DANE-for-SMTP-how-to.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,37 +13,37 @@ This how-to is created by the Dutch Internet Standards Platform (the organizatio
13
13
* 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)
14
14
15
15
# 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)
18
18
*[Risks of SMTP with opportunistic TLS](#risks-of-smtp-with-opportunistic-tls)
19
19
*[DANE addresses these risks](#dane-addresses-these-risks)
20
20
*[How about MTA-STS?](#how-about-mta-sts-)
21
21
-[DANE TLSA record structure](#dane-tlsa-record-structure)
22
22
-[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)
*[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)
32
32
*[Generating DANE records](#generating-dane-records)
33
33
*[Publishing DANE records](#publishing-dane-records)
34
34
*[Generating DANE roll-over records](#generating-dane-roll-over-records)
35
35
*[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)
37
37
*[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)
39
39
*[Configuration for inbound e-mail traffic](#configuration-for-inbound-e-mail-traffic)
40
40
+[Install or generate key pair](#install-or-generate-key-pair)
41
41
+[Configure TLS](#configure-tls)
42
42
*[Configuration for outbound e-mail traffic](#configuration-for-outbound-e-mail-traffic)
0 commit comments