Events: dns:fail Bug 3011
[exim.git] / test / confs / 0366
1 # Exim test configuration 0366
2
3 HOSTS_MAX_TRY=5
4
5 .include DIR/aux-var/std_conf_prefix
6
7
8 # ----- Main settings -----
9
10 ignore_bounce_errors_after = 0s
11 qualify_domain = test.ex
12 disable_ipv6
13
14 # ----- Routers -----
15
16 begin routers
17
18 r1:
19   driver = dnslookup
20   transport = smtp
21
22
23 # ----- Transports -----
24
25 begin transports
26
27 smtp:
28   driver = smtp
29   connect_timeout = 1s
30   hosts_max_try = HOSTS_MAX_TRY
31   port = PORT_N
32   hosts_try_fastopen =  :
33
34
35 # ----- Retry -----
36
37 # Ended up with the same settings, but leave the first because
38 # there's a -brt test as well.
39
40 begin retry
41
42 ^[^@]+@ten-      *  F,4s,1s
43 *                *  F,4s,1s
44
45 # End