testsuite: abstract out common conf settings
[exim.git] / test / confs / 5402
CommitLineData
6e69d78e 1# Exim test configuration 5402
59eaad2b 2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
59eaad2b 5primary_hostname = myhost.test.ex
59eaad2b 6
59eaad2b
JH
7# ----- Main settings -----
8
9domainlist local_domains = test.ex : *.test.ex
10
6e69d78e 11acl_smtp_rcpt = acl_rcpt
59eaad2b 12
6e69d78e 13# ----- ACLs -------
59eaad2b
JH
14
15begin acl
16
6e69d78e
JH
17acl_rcpt:
18.ifdef OPT
19 warn control = cutthrough_delivery
20.endif
21 accept verify = recipient/callout=use_sender
22
59eaad2b
JH
23
24# ----- Routers -----
25
26begin routers
27
59eaad2b
JH
28all:
29 driver = manualroute
30 domains = ! +local_domains
6e69d78e 31 route_list = * 127.0.0.1
59eaad2b 32 self = send
6e69d78e 33 transport = smtp
59eaad2b
JH
34 no_more
35
36
37# ----- Transports -----
38
39begin transports
40
41smtp:
42 driver = smtp
43 interface = HOSTIPV4
44 port = PORT_S
59eaad2b
JH
45
46
47# End