X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/34fab493f633baf3f0013f0d07cdc64fc93c19f4..7d657f2a9afd09237d343e878ad914f6871b59f1:/test/confs/0099 diff --git a/test/confs/0099 b/test/confs/0099 index ebd6e8915..4a13b4937 100644 --- a/test/confs/0099 +++ b/test/confs/0099 @@ -1,5 +1,7 @@ # Exim test configuration 0099 +RETRY = + exim_path = EXIM_PATH host_lookup_order = bydns rfc1413_query_timeout = 0s @@ -13,6 +15,7 @@ gecos_name = CALLER_NAME primary_hostname = primary.test.ex qualify_domain = test.ex retry_data_expire = 2s +log_selector = +received_recipients # ----- Routers ----- @@ -21,7 +24,9 @@ begin routers all: driver = manualroute - route_list = "* 127.0.0.1 byname" + route_list = simple thishost.test.ex byname \ + ; complex thisloop.test.ex byname \ + ; * 127.0.0.1 byname self = send transport = smtp @@ -33,6 +38,7 @@ begin transports smtp: driver = smtp port = 999 + RETRY # ----- Retry -----