Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0450
CommitLineData
afda344b
PH
1# Exim test configuration 0450
2
3EXTRA=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14
15# ----- Main settings -----
16
17qualify_domain = test.ex
18
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = accept
26 transport = t1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
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
43begin retry
44
45* * F,1d,10m
46
47# End