Testsuite: ensure logging path is set
[exim.git] / test / confs / 0528
1 # Exim test configuration 0528
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 log_selector = +outgoing_port
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 r1:
17 driver = manualroute
18 route_list = * "<= 127.0.0.1:PORT_D = \
19 127.0.0.1:PORT_D2 = \
20 [127.0.0.1]:PORT_D3 = \
21 [HOSTIPV4]:PORT_D4 = \
22 [HOSTIPV4]:PORT_N"
23
24 fallback_hosts = <= 127.0.0.1:PORT_S = [HOSTIPV4]:PORT_D
25 self = send
26 transport = t1
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34 driver = smtp
35 hosts_max_try = 20
36 allow_localhost
37
38
39 # ----- Retry -----
40
41 begin retry
42
43 * * F,1d,1d
44
45
46 # End