Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0349
CommitLineData
afda344b
PH
1# Exim test configuration 0349
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14
15qualify_domain = test.ex
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = redirect
24 pipe_transport = t1
25 allow_filter
26 data = "#Exim filter\npipe xxxx\n"
27 user = CALLER
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = appendfile
36 file = DIR/test-mail/${substr_1:$address_pipe}
37 user = CALLER
38
39
40# End