update to pre-4.87 master
[exim.git] / test / confs / 0280
CommitLineData
afda344b
PH
1# Exim test configuration 0280
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
bfe645c1 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14qualify_domain = test.ex
15trusted_users = CALLER
16
17errors_copy = spqr@test.ex CALLER@test.ex : \
18 "^(?x) abcd" CALLER@test.ex
19
20# ----- Transports -----
21
22begin transports
23
24t1:
25 driver = appendfile
26 file = DIR/test-mail/$local_part
27 user = CALLER
28
29# ----- Routers -----
30
31begin routers
32
33r1:
34 driver = accept
35 local_parts = CALLER
36 transport = t1
37
38# ----- Retry -----
39
40begin retry
41
42* * F,5d,5m
43
44# End