Pass on SIZE to cutthrough connection
[exim.git] / test / confs / 0096
CommitLineData
afda344b
PH
1# Exim test configuration 0096
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
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21localuser:
22 driver = accept
23 local_parts = userx
24 headers_add = "${if def:h_x-rbl-warning: {Added: xxxx}fail}"
76146973
JH
25 # Colon-sep list!
26 headers_remove = "${if def::h_x-rbl-warning:: {subject}fail}"
afda344b
PH
27 transport = local_delivery
28
29
30# ----- Transports -----
31
32begin transports
33
34local_delivery:
35 driver = appendfile
36 delivery_date_add
37 envelope_to_add
38 file = DIR/test-mail/$local_part
39 return_path_add
40 user = CALLER
41
42
43# ----- Retry -----
44
45
46begin retry
47
48* * F,2d,15m
49
50
51# End