Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0217
CommitLineData
afda344b
PH
1# Exim test configuration 0217
2
c51b8e75
PH
3HAP=
4
afda344b 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
17qualify_domain = test.ex
18ignore_bounce_errors_after = 0s
19
20
21# ----- Routers -----
22
23begin routers
24
25bounce:
26 driver = redirect
27 allow_defer
28 allow_fail
29 data = :fail: just discard
30 retry_use_local_part
31 senders = :
32
33client:
34 driver = accept
35 retry_use_local_part
36 transport = send_to_server
37
38
39# ----- Transports -----
40
41begin transports
42
43send_to_server:
44 driver = smtp
45 allow_localhost
46 command_timeout = 1s
47 hosts = 127.0.0.1
48 port = PORT_S
c51b8e75 49 HAP
31f90faa 50 max_rcpt = 1000
afda344b
PH
51
52# ----- Retry -----
53
54
55begin retry
56
57* * F,5d,10s
58
59
60# End