Testsuite: unbreak testcase
[exim.git] / test / confs / 5206
1 # Exim test configuration 5206
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9
10 qualify_domain = test.ex
11 allow_mx_to_ip
12
13 # ----- Routers -----
14
15 begin routers
16
17 queryprogram:
18 driver = queryprogram
19 command = /bin/echo accept transport=smtp hosts=ten-3.test.ex lookup=bydns
20 command_user = nobody
21 domains = ten-3.test.ex
22 ignore_target_hosts = V4NET.0.0.0/8
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 smtp:
30 driver = smtp
31 port = PORT_S
32 hosts_try_fastopen = :
33
34
35 # ----- Retry -----
36
37
38 begin retry
39
40 * * F,5d,1d
41
42
43 # End