Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0047
1 # Exim test configuration 0047
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 domainlist:
19 driver = manualroute
20 route_list = \
21 domain1 ten-1.test.ex byname;\
22 lsearch;;DIR/aux-fixed/TESTNUM.routes $value bydns;\
23 ^domain(3) ten-$1.test.ex byname
24 transport = smtp
25
26
27 # ----- Transports -----
28
29 begin transports
30
31 smtp:
32 driver = smtp
33
34 # End