Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 0450
CommitLineData
afda344b
PH
1# Exim test configuration 0450
2
3EXTRA=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
23f3dc67 12tls_advertise_hosts =
afda344b
PH
13
14
15# ----- Main settings -----
16
17qualify_domain = test.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = accept
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
35 hosts = 127.0.0.1
36 allow_localhost
37 port = ${if queue_running{PORT_D2}{PORT_D}}EXTRA
38
39
40
41# ----- Retry -----
42
43begin retry
44
45* * F,1d,10m
46
47# End