• Patch: Elm ME+ 2.5 PLalpha46 -> Elm ME+ 2.5 PLalpha47 [5/7] (2/7)

    From Kari Hurtta@21:1/5 to All on Sat Feb 10 14:46:35 2018
    [continued from previous message]

    + # helper-skip-limit= Parameter tells how many busy helper
    + # processes are skipped and not
    + # considered for query.
    + #
    + # parallel-lookup-max-time= Gives maximum time (seconds or
    + # minutes) what is used to resolve DNS
    + # lookup when non-blocking mode is used.
    +
    query-domain-blacklist
    # List of domains which are not queried with libelmme-resolv.so
    # but instead fallback is used.
    ***************
    *** 47,75 ****
    #
    # query-exact Uses res_query() for DNS lookup. This does not use
    # "domain" and "search" from /etc/resolv.conf but
    ! # instead does DNS lookup for given name.
    # search-name Uses res_search() for DNS lookup. This uses default
    ! # search rules.
    # search-dotless Uses res_query() if name includes dot (.). Single
    ! # component names are queried with res_search().

    search-mail-service
    # Specifies how names are searched for addresses.
    #
    # Possible values:
    #
    ! # query-exact Uses res_query() for DNS lookup. This
    ! # does not use "domain" and "search" from ! # /etc/resolv.conf but instead does DNS
    ! # lookup for given name.
    ! # search-name Uses res_search() for DNS lookup.
    ! # This uses default search rules.
    ! # search-dotless Uses res_query() if name includes
    ! # dot (.). Single component names are
    ! # queried with res_search().
    ! # fallback-dotless Uses res_query() if name includes
    ! # dot (.). For single component names
    ! # fallback is used.
    # fallback-dotless-search-name Uses res_search() if name includes
    ! # dot (.). For single component names
    ! # fallback is used.
    --- 79,134 ----
    #
    # query-exact Uses res_query() for DNS lookup. This does not use
    # "domain" and "search" from /etc/resolv.conf but
    ! # instead does DNS lookup for given name.
    # search-name Uses res_search() for DNS lookup. This uses default
    ! # search rules.
    # search-dotless Uses res_query() if name includes dot (.). Single
    ! # component names are queried with res_search().
    ! #
    ! # NOTE: res_query() or res_search() is used only when "query-mode"
    ! # is "blocking". Otherwise resolv -module implements internally
    ! # res_search() like search algorithm.
    ! #
    ! # See also: query-mode

    search-mail-service
    # Specifies how names are searched for addresses.
    #
    # Possible values:
    #
    ! # query-exact Uses res_query() for DNS lookup. This ! # does not use "domain" and "search" from
    ! #