Testsuite: ensure logging path is set
[exim.git] / test / confs / 0229
1 # Exim test configuration 0229
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 domainlist local_domains = test.ex
10 qualify_domain = test.ex
11
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 all:
19 driver = accept
20 retry_use_local_part
21 transport = smtp
22
23
24 # ----- Transports -----
25
26 begin transports
27
28 smtp:
29 driver = smtp
30 allow_localhost
31 hosts = 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
32 127.0.0.1 : 127.0.0.1 : HOSTIPV4 : \
33 127.0.0.1 : 127.0.0.1 : HOSTIPV4
34 port = PORT_S
35
36
37 # ----- Retry -----
38
39
40 begin retry
41
42 * * F,5d,10s
43
44
45 # End