Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0472
CommitLineData
afda344b
PH
1# Exim test configuration 0472
2
3FUSER=
4
5exim_path = EXIM_PATH
bc3c7bb7 6keep_environment =
afda344b
PH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
23f3dc67 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17system_filter = DIR/aux-fixed/TESTNUM.F
18FUSER
19
20
21# ----- Routers -----
22
23begin routers
24
25r1:
26 driver = redirect
27 allow_filter
28 file = DIR/aux-var/TESTNUM.f
29 user = CALLER
30
31r2:
32 driver = accept
33 transport = t1
34
35
36# ----- Transports -----
37
38begin transports
39
40t1:
41 driver = appendfile
42 file = DIR/test-mail/$local_part
43 user = CALLER
44
45
46# End