Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0071
CommitLineData
afda344b
PH
1# Exim test configuration 0071
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12
13
14# ----- Routers -----
15
16begin routers
17
18system_aliases:
19 driver = redirect
20 allow_defer
21 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.aliases}}
22 retry_use_local_part
23
24# End