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