update to pre-4.87 master
[exim.git] / test / confs / 0350
CommitLineData
37ff4e03 1# Exim test configuration 0350
afda344b
PH
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
bfe645c1 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = manualroute
22 ignore_target_hosts = ${if eq{$host_address}{V4NET.12.3.1}{$host_address}{}}
23 route_list = * 1.2.3.4:other2.test.ex
24 transport = t1
25
26
27# ----- Transports -----
28
29begin transports
30
31t1:
32 driver = smtp
33
34# End