Merge branch 'multiqueue_336': Named queues
[exim.git] / test / confs / 0401
CommitLineData
afda344b
PH
1# Exim test configuration 0401
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b 5host_lookup_order = bydns
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
23f3dc67 10tls_advertise_hosts =
afda344b
PH
11
12# ----- Main settings -----
13
14primary_hostname = mail.test.ex
15qualify_domain = test.ex
16
17acl_smtp_connect = connect
18acl_smtp_mail = mail
19queue_only
20
21
22# ----- ACL -----
23
24begin acl
25
26connect:
27 accept hosts = DIR/aux-var/TESTNUM.hosts1
28
29mail:
30 accept hosts = DIR/aux-var/TESTNUM.hosts2
31
32
33# End