Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0382
CommitLineData
afda344b
PH
1# Exim test configuration 0382
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
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14log_timezone
15qualify_domain = test.ex
16system_filter = DIR/aux-fixed/TESTNUM.F
17timeout_frozen_after = 1s
18
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = redirect
26 senders = !:
27 allow_fail
28 data = :fail: forced fail
29
30
31# ----- Retry -----
32
33begin retry
34
35* * F,1d,1s
36
37# End