Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0156
CommitLineData
afda344b
PH
1# Exim test configuration 0156
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
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21alias:
22 driver = redirect
23 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.alias}}
24 file_transport = appendfile
25 forbid_blackhole
26 forbid_file
27 forbid_include
28 forbid_pipe
29 retry_use_local_part
30
31
32# ----- Transports -----
33
34begin transports
35
36appendfile:
37 driver = appendfile
38 file = DIR/test-mail/$local_part
39 user = CALLER
40
41
42# ----- Retry -----
43
44begin retry
45
46* * F,5d,1d
47
48
49# End