Another small test tweak.
[exim.git] / test / confs / 0545
CommitLineData
a2042e78
PH
1# Exim test configuration 0545
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
9adcabda 13disable_ipv6
a2042e78
PH
14
15# ----- Routers -----
16
17begin routers
18
19dns:
20 driver = dnslookup
21 transport = smtp
22 self = send
23
24
25# ----- Transports -----
26
27begin transports
28
29smtp:
30 driver = smtp
31
32
33# End