Testtsuite: portability
[exim.git] / test / confs / 0450
CommitLineData
afda344b
PH
1# Exim test configuration 0450
2
3EXTRA=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = accept
21 transport = t1
22
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = smtp
30 hosts = 127.0.0.1
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32 allow_localhost
33 port = ${if queue_running{PORT_D2}{PORT_D}}EXTRA
34
35
36
37# ----- Retry -----
38
39begin retry
40
41* * F,1d,10m
42
43# End