testsuite: abstract out common conf settings
[exim.git] / test / confs / 0144
1 # Exim test configuration 0144
2
3 .include DIR/aux-var/std_conf_prefix
4
5 qualify_domain = test.ex
6 primary_hostname = myhost.test.ex
7
8 # ----- Main settings -----
9
10 domainlist local_domains = test.ex
11
12
13 # ----- Routers -----
14
15 begin routers
16
17 domainlist:
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
27 begin transports
28
29 smtp:
30 driver = smtp
31
32
33 # ----- Retry -----
34
35 begin retry
36
37 * * F,1h,10m
38
39
40 # End