Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0504
CommitLineData
afda344b
PH
1# Exim test configuration 0504
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = accept
22 transport = $h_transport:
23
24
25# ----- Transports -----
26
27begin transports
28
29t1:
30 driver = appendfile
31 file = DIR/test-mail/$local_part
32 user = CALLER
33 transport_filter = /non/existent/file
34
35t2:
36 driver = pipe
37 command = /bin/sh -c '/bin/cat > /dev/null'
38 transport_filter = /non/existent/file
39
40t3:
41 driver = smtp
42 hosts = 127.0.0.1
43 port = PORT_S
44 allow_localhost
45 transport_filter = /non/existent/file
46
47
48# ----- Retry -----
49
50begin retry
51
52* * F,1d,1d
53
54# End