#@(#)$Id: elmrc-resolv-info,v 1.3 2016/02/27 09:14:54 hurtta Exp $
# Elm Version ME+ 2.5
#
#$HDR
#-----------------------------------------------------------------------
#
# Settings for libelmme-resolv.so shared library
#
# Shared library libelmme-resolv.so provides interface to resolver routines.
#


query-address-type
# Specifies what address record types are queried on DNS-lookup. 
#
# Possible values:
#   
#    default	       Query A (IPv4) and AAAA (IPv6) records.
#    IPv4	       Query A (IPv4) record.
#    IPv6	       Query AAAA (IPv6) record.
#    IPv6-IPv4         Query AAAA (IPv6) record and then A (IPv4) record.
#    IPv4-IPv6         Query A (IPv4) record and then AAAA (IPv6) record.

query-domain-blacklist
# List of domains which are not  queried with libelmme-resolv.so
# but instead fallback is used.
#
# If domain name is given as ".domain" then it blacklists names under that 
# domain. If name is given as "domain" then also "domain" itself (and names 
# under it) are blacklisted. 
#
# This options is NOT considered when CNAMEs are followed. If
# CNAME points to blacklisted domain, it is still DNS looked up. 
#
# See also RFC 6761: Special-Use Domain Names

search-mail-domain
# Specifies how mail domains are are verified. 
#
# 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().

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.
