From: Jeremy Harris Date: Sun, 4 Mar 2018 10:34:46 +0000 (+0000) Subject: SPF and DANE went mainline X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/c95717fd449577127bf0b62f2efc950b180e19b5 SPF and DANE went mainline --- diff --git a/build-farm.conf.template b/build-farm.conf.template index eb85617..ec2810a 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -161,8 +161,8 @@ our %conf =( #LOOKUP_PGSQL => 'yes', #SUPPORT_PROXY => 'yes', #SUPPORT_SOCKS => 'yes', - #EXPERIMENTAL_SPF => 'yes', - #EXPERIMENTAL_DANE => 'yes', + #SUPPORT_SPF => 'yes', + #SUPPORT_DANE => 'yes', }, # Settings to add to Local/Makefile. These will add to variables that # are already defined earlier in the Makefile. Example: @@ -173,7 +173,7 @@ our %conf =( # Or enable debugging flags #CFLAGS => '-g -Wall', #LFLAGS => '-g', - # If set EXPERIMENTAL_SPF above, add it to the linker: + # If set SUPPORT_SPF above, add it to the linker: #LDFLAGS => '-lspf2', },