Pull strict-aliasing fix for sockaddr_46.
[exim.git] / test / confs / 0290
1 # Exim test configuration 0290
2
3 FOOBAR=
4 FOO=inc1
5 BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
6 RT = receive_timeout = 1s
7 INC=
8
9 C1=#
10 C2=#
11 C1C2 this should be a comment
12
13 exim_path = EXIM_PATH
14 host_lookup_order = bydns
15 primary_hostname = myhost.test.ex
16 rfc1413_query_timeout = 0s
17 spool_directory = DIR/spool
18 log_file_path = DIR/spool/log/%slog
19 gecos_pattern = ""
20 gecos_name = CALLER_NAME
21 trusted_users = CALLER
22
23 # ----- Main settings -----
24
25 FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
26 RT
27 INC
28
29 remote_sort_domains = a:b:c
30
31 local_interfaces = 127.0.0.1 : \
32 .include DIR/aux-fixed/TESTNUM.inc3
33 HOSTIPV4
34
35 # End