Restrict line lengths in bounces. Bug 1760
[exim.git] / test / confs / 0076
CommitLineData
afda344b
PH
1# Exim test configuration 0076
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20localuser:
21 driver = accept
22 local_parts = userx
23 transport = local_delivery
24
25
26# ----- Transports -----
27
28begin transports
29
30local_delivery:
31 driver = appendfile
32 no_create_directory
33 delivery_date_add
34 envelope_to_add
35 file = DIR/test-mail/subdir/$local_part
36 return_path_add
37 user = CALLER
38
39# ----- Retry -----
40
41begin retry
42
43* * F,10m,2d
44
45
46# End