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