Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0444
CommitLineData
afda344b
PH
1# Exim test configuration 0444
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12
13# ----- Main settings -----
14
15qualify_domain = test.ex
16
17system_filter = DIR/aux-fixed/TESTNUM.sysfilter
18system_filter_reply_transport = t2
19system_filter_user = EXIMUSER
20
21# ----- Routers -----
22
23begin routers
24
25r1:
26 driver = accept
27 transport = t1
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 user = CALLER
38
39t2:
40 driver = autoreply
41 user = CALLER
42
43
44# End