Testtsuite: portability
[exim.git] / test / confs / 0144
CommitLineData
afda344b
PH
1# Exim test configuration 0144
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5qualify_domain = test.ex
d4dc049f 6primary_hostname = myhost.test.ex
afda344b
PH
7
8# ----- Main settings -----
9
10domainlist local_domains = test.ex
11
12
13# ----- Routers -----
14
15begin routers
16
17domainlist:
18 driver = manualroute
19 domains = ! +local_domains
20 route_list = * test.again.dns bydns
21 transport = smtp
22 no_more
23
24
25# ----- Transports -----
26
27begin transports
28
29smtp:
30 driver = smtp
277b9979 31 hosts_try_fastopen = :
afda344b
PH
32
33
34# ----- Retry -----
35
36begin retry
37
38* * F,1h,10m
39
40
41# End