Logging: support +outgoing_port on defer lines and per-host error lines
[exim.git] / test / confs / 5205
CommitLineData
afda344b
PH
1# Exim test configuration 5205
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# ----- Routers -----
17
18begin routers
19
20queryprogram:
21 driver = queryprogram
22 command = /bin/echo ACCEPT transport=smtp hosts=ten-3.test.ex lookup=byname
23 command_user = nobody
24 domains = ten-3.test.ex
25 ignore_target_hosts = V4NET.0.0.0/8
26
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34 port = PORT_S
35
36# End