Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 5208
1 # Exim test configuration 5208
2
3 LIST=
4 SELF=freeze
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 rfc1413_query_timeout = 0s
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14
15 # ----- Main settings -----
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
23 driver = queryprogram
24 domains = query.program
25 transport = t1
26 command = /bin/echo "accept hosts=LIST"
27 command_user = CALLER
28
29
30 # ----- Transports -----
31
32 begin transports
33
34 t1:
35 driver = smtp
36
37 # End