From 4981f242b01b85a9a0cd0db5813f90183ed69b35 Mon Sep 17 00:00:00 2001 From: Dennis Baaten Date: Mon, 15 Apr 2019 10:27:43 +0200 Subject: [PATCH] Updated DANE for SMTP how to (markdown) --- DANE-for-SMTP-how-to.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DANE-for-SMTP-how-to.md b/DANE-for-SMTP-how-to.md index d788e59..0744d85 100644 --- a/DANE-for-SMTP-how-to.md +++ b/DANE-for-SMTP-how-to.md @@ -121,4 +121,7 @@ This tells Postfix to perform lookups using DNS. Although this is default behavi > smtpd_tls_CAfile = /path/to/ca-bundle-file.crt -When applying a DANE roll-over scheme using an "issuer certificate" (an intermediate or root certificate), Postfix must be able to provide the certificates of the used issuer in the chain of trust. Hence this setting. \ No newline at end of file +When applying a DANE roll-over scheme using an "issuer certificate" (an intermediate or root certificate), Postfix must be able to provide the certificates of the used issuer in the chain of trust. Hence this setting. + +# Used and interesting sources +to-do \ No newline at end of file