Testtsuite: portability
[exim.git] / test / confs / 0261
CommitLineData
afda344b
PH
1# Exim test configuration 0261
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9qualify_domain = test.ex
10remote_max_parallel = 1
11
12# ----- Transports -----
13
14begin transports
15
16remote_delivery:
17 driver = smtp
18 hosts = V4NET.0.0.1
277b9979 19 hosts_try_fastopen = :
afda344b
PH
20
21bad_return:
22 driver = smtp
23 hosts = V4NET.0.0.0
277b9979 24 hosts_try_fastopen = :
afda344b
PH
25 return_path = ${if
26
27no_hosts:
28 driver = smtp
29
30# ----- Routers -----
31
32begin routers
33
34bad_return:
35 driver = accept
36 local_parts = bad.return : bad.return2
37 transport = bad_return
38
39no_hosts:
40 driver = accept
41 local_parts = no.hosts
42 transport = no_hosts
43
44good:
45 driver = accept
46 transport = remote_delivery
47
48# ----- Retry -----
49
50begin retry
51
52* * F,5d,10s
53
54# End