testsuite: abstract out common conf settings
[exim.git] / test / confs / 0143
CommitLineData
afda344b
PH
1# Exim test configuration 0143
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
9domainlist local_domains = test.ex : *.test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
181d9bf8 16my_main_router:
afda344b
PH
17 driver = manualroute
18 domains = ! +local_domains
19 route_list = * 127.0.0.1
20 self = send
181d9bf8 21 transport = my_smtp
2a47f028 22 debug_print = router_name <$router_name>
afda344b
PH
23 no_more
24
25
26# ----- Transports -----
27
28begin transports
29
181d9bf8 30my_smtp:
afda344b
PH
31 driver = smtp
32 interface = HOSTIPV4
33 port = PORT_S
2a47f028 34 debug_print = transport_name <$transport_name>
afda344b
PH
35
36
37# End