Testsuite: SPF testcase additions
[exim.git] / test / confs / 0618
index 2a2d8a97dda96a4a6427b6de15d106f5b48b5238..b9235339773b0913d18ac2995cbe285d9f3e18f4 100644 (file)
@@ -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