Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / confs / 0345
CommitLineData
afda344b
PH
1# Exim test configuration 0345
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
15
16qualify_domain = test.ex
17ignore_bounce_errors_after = 0s
18admin_groups = CALLER
19
20
21# ----- Routers -----
22
23begin routers
24
25smart:
26 driver = accept
27 retry_use_local_part
28 transport = local_delivery
29
30
31# ----- Transports -----
32
33begin transports
34
35local_delivery:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 quota = 20
39 user = CALLER
40
41
42# ----- Retry -----
43
44
45begin retry
46
47* quota_7d
48* quota F,1h,20s
49* * F,1d,15m
50
51# End