Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0290
CommitLineData
afda344b
PH
1# Exim test configuration 0290
2
3FOOBAR=
4FOO=inc1
5BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
fbbd45ff 6OPT = receive_timeout = 1s
145396a6 7INC=
afda344b
PH
8
9C1=#
10C2=#
11C1C2 this should be a comment
12
d4dc049f
JH
13.include DIR/aux-var/std_conf_prefix
14
afda344b 15trusted_users = CALLER
d4dc049f 16primary_hostname = myhost.test.ex
afda344b
PH
17
18# ----- Main settings -----
19
20FOOBAR .include DIR/aux-fixed/TESTNUM.FOO
fbbd45ff 21OPT
145396a6 22INC
afda344b
PH
23
24remote_sort_domains = a:b:c
25
26local_interfaces = 127.0.0.1 : \
27 .include DIR/aux-fixed/TESTNUM.inc3
28 HOSTIPV4
29
30# End