Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0054
... / ...
CommitLineData
1# Exim test configuration 0054
2
3exim_path = EXIM_PATH
4keep_environment =
5host_lookup_order = bydns
6primary_hostname = myhost.ex
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11tls_advertise_hosts =
12trusted_users = CALLER
13
14# ----- Main settings -----
15
16
17# ----- Routers -----
18
19begin routers
20
21lookuphost:
22 driver = dnslookup
23 mx_domains = !ten-1.test.ex : *.test.ex
24 transport = smtp
25 no_more
26
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34
35
36# End