update to pre-4.87 master
[exim.git] / test / confs / 0095
1 # Exim test configuration 0095
2
3 ERT=
4 QWM=
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 tls_advertise_hosts =
14
15 # ----- Main settings -----
16
17 ERT
18
19 # ----- Routers -----
20
21 begin routers
22
23 usery:
24 driver = accept
25 local_parts = usery
26 retry_use_local_part
27 transport = appendfile2
28
29 userz:
30 driver = accept
31 local_parts = userz
32 retry_use_local_part
33 transport = appendfile3
34
35 localuser:
36 driver = accept
37 local_parts = userx
38 transport = appendfile
39
40
41 # ----- Transports -----
42
43 begin transports
44
45 appendfile:
46 driver = appendfile
47 file = DIR/test-mail/$local_part
48 quota = $h_quota
49 quota_warn_threshold = $h_threshold
50 QWM
51 user = CALLER
52
53 appendfile2:
54 driver = appendfile
55 file = DIR/test-mail/$local_part
56 quota = $h_quota
57 quota_warn_threshold = $h_threshold
58 user = CALLER
59
60 appendfile3:
61 driver = appendfile
62 file = DIR/test-mail/$local_part${if eq{$sender_address}{}{.bounce}}
63 quota_warn_threshold = $h_threshold
64 user = CALLER
65 headers_add = X:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
66
67
68 # ----- Retry -----
69
70
71 begin retry
72
73 * * F,5d,1d
74
75
76 # End