update to pre-4.87 master
[exim.git] / test / confs / 0229
CommitLineData
afda344b
PH
1# Exim test configuration 0229
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
15qualify_domain = test.ex
16
17
18
19# ----- Routers -----
20
21begin routers
22
23all:
24 driver = accept
25 retry_use_local_part
26 transport = smtp
27
28
29# ----- Transports -----
30
31begin transports
32
33smtp:
34 driver = smtp
35 allow_localhost
36 hosts = 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
37 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
38 127.0.0.1 : 127.0.0.1 : HOSTIPV4
39 port = PORT_S
40
41
42# ----- Retry -----
43
44
45begin retry
46
47* * F,5d,10s
48
49
50# End