PIPE_CONNECT: fix feature-cache refresh
[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
33
34 # ----- Retry -----
35
36 # Ended up with the same settings, but leave the first because
37 # there's a -brt test as well.
38
39 begin retry
40
41 ^[^@]+@ten- * F,3s,1s
42 * * F,3s,1s
43
44 # End