Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0071
1 # Exim test configuration 0071
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9 tls_advertise_hosts =
10
11 # ----- Main settings -----
12
13
14
15 # ----- Routers -----
16
17 begin routers
18
19 system_aliases:
20 driver = redirect
21 allow_defer
22 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.aliases}}
23 retry_use_local_part
24
25 # End