testsuite: abstract out common conf settings
[exim.git] / test / confs / 0322
CommitLineData
afda344b
PH
1# Exim test configuration 0322
2
3LS=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11log_selector = LS
12
13# ----- Routers -----
14
15begin routers
16
17null:
18 driver = redirect
19 senders = :
20 data = :blackhole:
21
22remote:
23 driver = accept
24 transport = smtp
25
26
27# ----- Transports -----
28
29begin transports
30
31smtp:
32 driver = smtp
33 allow_localhost
34 hosts = 127.0.0.1
35 port = PORT_S
36
37
38# End