Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0141
CommitLineData
afda344b
PH
1# Exim test configuration 0141
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
13qualify_domain = test.ex
14ignore_bounce_errors_after = 0s
15
16
17# ----- Routers -----
18
19begin routers
20
21ok:
22 driver = redirect
23 allow_defer
24 allow_fail
25 condition = ${if match{$received_protocol}{^prot\\d\$}{1}{0}}
26 data = :fail: Forced failure
27 retry_use_local_part
28
29
30# ----- Retry -----
31
32begin retry
33
34* * F,1d,15m
35
36
37# End