update to pre-4.87 master
[exim.git] / test / confs / 0469
CommitLineData
afda344b
PH
1# Exim test configuration 0469
2
3SRV=smtp
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
bfe645c1 12tls_advertise_hosts =
afda344b
PH
13
14# ----- Main settings -----
15
16disable_ipv6
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = dnslookup
24 transport = t1
25
26
27# ----- Transports -----
28
29begin transports
30
31t1:
32 driver = smtp
33
34# End