Merge branch 'master'
[exim.git] / test / confs / 0084
CommitLineData
afda344b
PH
1# Exim test configuration 0084
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
15
16
17# ----- Routers -----
18
19begin routers
20
21smart:
22 driver = accept
23 require_files = ! DIR/aux-fixed/TESTNUM.$local_part
24 retry_use_local_part
25 verify_only
26
27forward:
28 driver = redirect
29 file = DIR/aux-fixed/TESTNUM.$local_part
30 redirect_router = localuser
31 require_files = DIR/aux-fixed/TESTNUM.$local_part
32 retry_use_local_part
33
34localuser:
35 driver = accept
36 local_parts = userx
37 verify_only
38
39
40# End