mirror of
https://github.com/internetstandards/toolbox-wiki.git
synced 2024-11-22 02:51:36 +01:00
Update DANE-for-SMTP-how-to.md
This commit is contained in:
parent
14473e5b40
commit
17d2b78fb7
@ -82,6 +82,9 @@ The risks of SMTP with opportunistic TLS can be mitigated by using DANE:
|
||||
|
||||
In short: DANE allows sending mail servers to unconditionally require STARTTLS with a matching certificate chain. Otherwise, the sending mail server aborts the connection and tries another server or defers the message. Receiving servers with published TLSA records, are therefore no longer vulnerable to the afore mentioned man in the middle attacks.
|
||||
|
||||
# DANE TLSA record example
|
||||
![]()
|
||||
|
||||
# Advantages of DANE explained by illustrations
|
||||
## Mail delivery: TLS without DANE
|
||||
The illustration below shows two TLS capable mail servers without using DANE. This scenario exposes the mail transport to the risks described above.
|
||||
|
Loading…
Reference in New Issue
Block a user