Fix dkim_verify_signers option. Bug 2366
[exim.git] / test / confs / 0276
... / ...
CommitLineData
1# Exim test configuration 0276
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9qualify_domain = test.ex
10
11# ----- Transports -----
12
13begin transports
14
15t1:
16 driver = smtp
17 hosts = 127.0.0.1
18 port = PORT_S
19 allow_localhost
20
21# ----- Routers -----
22
23begin routers
24
25r1:
26 driver = accept
27 transport = t1
28
29# End