Fix dcc_header content corruption.
[exim.git] / test / confs / 0401
CommitLineData
afda344b
PH
1# Exim test configuration 0401
2
3exim_path = EXIM_PATH
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
13primary_hostname = mail.test.ex
14qualify_domain = test.ex
15
16acl_smtp_connect = connect
17acl_smtp_mail = mail
18queue_only
19
20
21# ----- ACL -----
22
23begin acl
24
25connect:
26 accept hosts = DIR/aux-var/TESTNUM.hosts1
27
28mail:
29 accept hosts = DIR/aux-var/TESTNUM.hosts2
30
31
32# End