Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0084
CommitLineData
afda344b
PH
1# Exim test configuration 0084
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
10
11# ----- Main settings -----
12
13
14
15# ----- Routers -----
16
17begin routers
18
19smart:
20 driver = accept
21 require_files = ! DIR/aux-fixed/TESTNUM.$local_part
22 retry_use_local_part
23 verify_only
24
25forward:
26 driver = redirect
27 file = DIR/aux-fixed/TESTNUM.$local_part
28 redirect_router = localuser
29 require_files = DIR/aux-fixed/TESTNUM.$local_part
30 retry_use_local_part
31
32localuser:
33 driver = accept
34 local_parts = userx
35 verify_only
36
37
38# End