X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/0fbd9bff71b47e3a32e54629c3f67e7eda1812fe..4840604e4f365545a43f01d0e953ce33afd1c3d5:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index 77836d157..ba69546a3 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -211,6 +211,11 @@ static optionlist optionlist_config[] = { { "disable_ipv6", opt_bool, &disable_ipv6 }, #ifndef DISABLE_DKIM { "dkim_verify_signers", opt_stringptr, &dkim_verify_signers }, +#endif +#ifdef EXPERIMENTAL_DMARC + { "dmarc_forensic_sender", opt_stringptr, &dmarc_forensic_sender }, + { "dmarc_history_file", opt_stringptr, &dmarc_history_file }, + { "dmarc_tld_file", opt_stringptr, &dmarc_tld_file }, #endif { "dns_again_means_nonexist", opt_stringptr, &dns_again_means_nonexist }, { "dns_check_names_pattern", opt_stringptr, &check_dns_names_pattern },