------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1352 --- Comment #1 from Todd Lyons <[email protected]> 2013-05-08 13:48:40 --- On Wed, May 8, 2013 at 3:01 AM, Dmitry Isaikin <[email protected]> wrote: > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. > > http://bugs.exim.org/show_bug.cgi?id=1352 > Summary: Exim configuration error: main option "dns_retry" > unknown > Product: Exim > Version: N/A > Platform: Other > OS/Version: Linux > Status: NEW > Severity: bug > Priority: medium > Component: General execution > AssignedTo: [email protected] > ReportedBy: [email protected] > CC: [email protected] > > > We use option "dns_retry". > After rebuilding Exim from master branch, Exim makes core: > > /etc/init.d/exim restart > Shutting down exim: [ OK ] > Starting exim: 2013-05-08 13:27:32 Exim configuration error in line 81 of > /usr/exim/conf/configure: > main option "dns_retry" unknown > > Fix: > > diff --git a/src/src/readconf.c b/src/src/readconf.c > index d684b90..84577e5 100644 > --- a/src/src/readconf.c > +++ b/src/src/readconf.c > @@ -223,10 +223,10 @@ static optionlist optionlist_config[] = { > { "dns_check_names_pattern", opt_stringptr, &check_dns_names_pattern }, > { "dns_csa_search_limit", opt_int, &dns_csa_search_limit }, > { "dns_csa_use_reverse", opt_bool, &dns_csa_use_reverse }, > + { "dns_dnssec_ok", opt_int, &dns_dnssec_ok }, > { "dns_ipv4_lookup", opt_stringptr, &dns_ipv4_lookup }, > { "dns_retrans", opt_time, &dns_retrans }, > { "dns_retry", opt_int, &dns_retry }, > - { "dns_dnssec_ok", opt_int, &dns_dnssec_ok }, > { "dns_use_edns0", opt_int, &dns_use_edns0 }, > { "dnt_send_errmsg", opt_bool, &dnt_send_errmsg }, > /* This option is now a no-op, retained for compability */ > > > -- > Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email > > -- > ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim > details at http://www.exim.org/ ## -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
