diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-29 14:14:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-29 14:14:44 +0100 |
commit | 5c0ee71aefd482e1bfa8720b62e46bfce280a6a3 (patch) | |
tree | e8a68e2a9cdc4d22aa812b8f05733b13fc57bc7a | |
parent | c6887a05b9c56d373086e9a79e20c26bebd300b2 (diff) |
Build: fix commentary describing configuration directives
-rw-r--r-- | src/src/EDITME | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index 53022e593..3c33dc5f3 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -473,11 +473,11 @@ PCRE2_CONFIG=yes #------------------------------------------------------------------------------ -# Comment out the following line to remove DANE support -# Note: Enabling this unconditionally overrides DISABLE_DNSSEC -# forces you to have SUPPORT_TLS enabled (the default). For DANE under -# GnuTLS we need an additional library. See TLS_LIBS or USE_GNUTLS_PC -# below. +# Comment out the following line to remove DANE support. +# Note: DANE support requires DNSSEC support (the default) and +# SUPPORT_TLS (the default). For DANE under GnuTLS we need an additional +# library. See TLS_LIBS or USE_GNUTLS_PC below. + SUPPORT_DANE=yes #------------------------------------------------------------------------------ @@ -568,7 +568,7 @@ DISABLE_MAL_MKS=yes # By default, Exim has support for checking the AD bit in a DNS response, to # determine if DNSSEC validation was successful. If your system libraries # do not support that bit, then set DISABLE_DNSSEC to "yes" -# Note: Enabling SUPPORT_DANE unconditionally overrides this setting. +# Note: DNSSEC is required for DANE support. # DISABLE_DNSSEC=yes |