Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0241
CommitLineData
afda344b
PH
1# Exim test configuration 0241
2
3exim_path = EXIM_PATH/junk
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
13qualify_domain = test.ex
14
15system_filter = DIR/aux-fixed/TESTNUM.filter
16system_filter_reply_transport = address_reply
17
18
19# ----- Routers -----
20
21begin routers
22
23all:
24 driver = accept
25 retry_use_local_part
26 transport = local
27
28
29# ----- Transports -----
30
31begin transports
32
33local:
34 driver = appendfile
35 file = DIR/test-mail/$local_part
36 user = CALLER
37
38address_reply:
39 driver = autoreply
40 user = EXIMUSER
41
42
43# ----- Retry -----
44
45
46begin retry
47
48* * F,5d,1d
49
50
51# End