X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/ea97267cea0f7e6054806504b3616f2bf9723bce..c275c1f151f3cb893edcb725ee8728560b9408d9:/test/confs/0618?ds=sidebyside diff --git a/test/confs/0618 b/test/confs/0618 index 2a2d8a97d..b92353397 100644 --- a/test/confs/0618 +++ b/test/confs/0618 @@ -11,7 +11,7 @@ primary_hostname = myhost.test.ex .ifdef OPT dsn_advertise_hosts = * .endif -delay_warning = 3s : 24h +delay_warning = 6s : 24h accept_8bitmime = false pipelining_advertise_hosts = : @@ -44,6 +44,11 @@ rcpt: begin routers +r_dump: + driver = redirect + domains = dump.ex + data = :blackhole: + r1: driver = accept condition = ${if eq {127.0.0.1}{$sender_host_address}} @@ -70,6 +75,7 @@ begin transports smtp: driver = smtp event_action = ${acl {ev_log}} + hosts_try_fastopen = : bad_tpt: driver = smtp @@ -84,5 +90,5 @@ tofile: begin retry -* * F,1m,3s +* * F,2m,10s # End