X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0099;h=0b4c1372b4d17dff0ae39e39b2e2c672fa3b7996;hb=23f3dc67a13f71bb8fdf2930052d3fdce85e9774;hp=ebd6e891592a5b746076ae79a4ae06fd702119c8;hpb=34fab493f633baf3f0013f0d07cdc64fc93c19f4;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0099 b/test/confs/0099 index ebd6e8915..0b4c1372b 100644 --- a/test/confs/0099 +++ b/test/confs/0099 @@ -1,28 +1,41 @@ # Exim test configuration 0099 +RETRY = + exim_path = EXIM_PATH host_lookup_order = bydns -rfc1413_query_timeout = 0s spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +tls_advertise_hosts = # ----- Main settings ----- primary_hostname = primary.test.ex qualify_domain = test.ex retry_data_expire = 2s +log_selector = +received_recipients # ----- Routers ----- begin routers +bydns: + driver = dnslookup + domains = mxt2.test.ex + transport = smtp + fail_defer_domains = * + all: driver = manualroute - route_list = "* 127.0.0.1 byname" + route_list = simple thishost.test.ex byname \ + ; complex thisloop.test.ex byname \ + ; nonexist nonexist.test.ex byname \ + ; * 127.0.0.1 byname self = send + host_find_failed = defer transport = smtp @@ -33,6 +46,7 @@ begin transports smtp: driver = smtp port = 999 + RETRY # ----- Retry ----- @@ -45,6 +59,7 @@ begin retry rcpt45x.test.ex rcpt_45x F,10d,2m rcpt463.test.ex rcpt_463 F,10d,3m rcpt4xx.test.ex rcpt_4xx F,10d,1m +* lookup F,10d,30m *@\N^\d * F,5d,1m *@*.abcd.ex * F,5d,2m