Another small test tweak.
[exim.git] / test / confs / 0450
1 # Exim test configuration 0450
2
3 EXTRA=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13
14
15 # ----- Main settings -----
16
17 qualify_domain = test.ex
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25 driver = accept
26 transport = t1
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34 driver = smtp
35 hosts = 127.0.0.1
36 allow_localhost
37 port = ${if queue_running{PORT_D2}{PORT_D}}EXTRA
38
39
40
41 # ----- Retry -----
42
43 begin retry
44
45 * * F,1d,10m
46
47 # End