update to pre-4.87 master
[exim.git] / test / confs / 0463
CommitLineData
afda344b
PH
1# Exim test configuration 0463
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
14domainlist local_domains = test.ex
15
16# ----- Routers -----
17
18begin routers
19
20all:
21 driver = dnslookup
22 domains = !@mx_any
23 qualify_single
24 transport = smtp
25 widen_domains = test.ex
26
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34 port = PORT_S
35
36# End