Testtsuite: portability
[exim.git] / test / confs / 9900
CommitLineData
37ff4e03 1# Exim test configuration 9900
afda344b 2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8local_interfaces = 127.0.0.1
9primary_hostname = myhost.text.ex
10qualify_domain = test.ex
11
12
13
14# ----- Routers -----
15
16begin routers
17
18lookuphost:
19 driver = dnslookup
20 transport = smtp
21
22# ----- Transports -----
23
24begin transports
25
26smtp:
27 driver = smtp
28 port = PORT_S
277b9979 29 hosts_try_fastopen = :
afda344b
PH
30
31
32# ----- Retry -----
33
34begin retry
35
3646c.test.ex * F,1s,1s
3746d.test.ex * F,1m,1s
38
39
40# End