update to pre-4.87 master
[exim.git] / test / confs / 0478
CommitLineData
afda344b
PH
1# Exim test configuration 0478
2
3SERVER=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/SERVER%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
bfe645c1 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16deliver_drop_privilege
17
18
19# ----- Routers -----
20
21begin routers
22
23r1:
24 driver = accept
25 transport = t1
26
27
28# ----- Transports -----
29
30begin transports
31
32t1:
33 driver = smtp
34 port = PORT_D
35 hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2}}
36 allow_localhost
37 connect_timeout = 1s
38
39
40# ----- Retry -----
41
42begin retry
43
44* * F,1d,2h
45
46
47# End