Re: [exim-dev] [Bug 1352] New: Exim configuration error: mai…

Pàgina inicial
Delete this message
Reply to this message
Autor: Todd Lyons
Data:  
A: 1352
CC: exim-dev
Assumpte: Re: [exim-dev] [Bug 1352] New: Exim configuration error: main option "dns_retry" unknown
On Wed, May 8, 2013 at 3:01 AM, Dmitry Isaikin <isaikin-dmitry@???> 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: nigel@???
>         ReportedBy: isaikin-dmitry@???
>                 CC: exim-dev@???

>
>
> 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/ ##




--
The total budget at all receivers for solving senders' problems is $0.
If you want them to accept your mail and manage it the way you want,
send it the way the spec says to. --John Levine