Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 2121
1 # Exim test configuration 2121
2
3 REQUIRE=#
4 TRYCLEAR=#
5
6 exim_path = EXIM_PATH
7 keep_environment =
8 host_lookup_order = bydns
9 primary_hostname = myhost.test.ex
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14 tls_advertise_hosts =
15
16 # ----- Main settings -----
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 client:
24 driver = accept
25 transport = send_to_server
26
27
28 # ----- Transports -----
29
30 begin transports
31
32 send_to_server:
33 driver = smtp
34 allow_localhost
35 hosts = 127.0.0.1
36 port = PORT_S
37 REQUIRE
38 TRYCLEAR
39
40
41 # ----- Retry -----
42
43
44 begin retry
45
46 * * F,5d,10s
47
48
49 # End