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