Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0239
CommitLineData
afda344b
PH
1# Exim test configuration 0239
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14domainlist local_domains = test.ex
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22sss:
23 driver = manualroute
24 domains = smtp
25 route_list = * 127.0.0.1 byname
26 self = send
27 transport = smtp
28
29rrr:
30 driver = manualroute
31 domains = ! +local_domains
32 route_list = * a.host.name
33 self = send
34 transport = local
35 no_more
36
37
38# ----- Transports -----
39
40begin transports
41
42local:
43 driver = appendfile
44 user = CALLER
45
46smtp:
47 driver = smtp
48
49
50# ----- Retry -----
51
52
53begin retry
54
55* * F,5d,1d
56
57
58# End