Renumber testcase
[exim.git] / test / confs / 0528
CommitLineData
afda344b
PH
1# Exim test configuration 0528
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15log_selector = +outgoing_port
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = manualroute
24 route_list = * "<= 127.0.0.1:PORT_D = \
25 127.0.0.1:PORT_D2 = \
26 [127.0.0.1]:PORT_D3 = \
27 [HOSTIPV4]:PORT_D4 = \
28 [HOSTIPV4]:PORT_N"
29
30 fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
31 self = send
32 transport = t1
33
34
35# ----- Transports -----
36
37begin transports
38
39t1:
40 driver = smtp
41 hosts_max_try = 20
42 allow_localhost
43
44
45# ----- Retry -----
46
47begin retry
48
49* * F,1d,1d
50
51
52# End