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