PIPE_CONNECT: fix feature-cache refresh
[exim.git] / test / confs / 0054
... / ...
CommitLineData
1# Exim test configuration 0054
2
3.include DIR/aux-var/std_conf_prefix
4
5trusted_users = CALLER
6primary_hostname = myhost.ex
7
8# ----- Main settings -----
9
10
11# ----- Routers -----
12
13begin routers
14
15lookuphost:
16 driver = dnslookup
17 mx_domains = !ten-1.test.ex : *.test.ex
18 transport = smtp
19 no_more
20
21
22# ----- Transports -----
23
24begin transports
25
26smtp:
27 driver = smtp
28
29
30# End