Hello,

In the new exim version (4.91), DANE support moved from experimental to production. I tested by modifying the port to just include
SUPPORT_DANE=yes in files/Makefile

It compiles and runs fine without any other modification.

Could you enable this in further build with 4.91+?

Thank you,
Best Regards


diff -aur exim.old/files/Makefile exim/files/Makefile
--- exim.old/files/Makefile     Mon Apr 16 11:03:36 2018
+++ exim/files/Makefile Mon Apr 16 11:04:43 2018
@@ -350,6 +350,11 @@
 PCRE_CONFIG=yes
 PCRE_LIBS=-lpcre

+#------------------------------------------------------------------------------
+# Uncomment the following line to add DANE support
+# Note: Enabling this unconditionally overrides DISABLE_DNSSEC +# For DANE under GnuTLS we need an additional library. See TLS_LIBS below.
+SUPPORT_DANE=yes


#------------------------------------------------------------------------------
 # Additional libraries and include directories may be required for some

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to