Testsuite: Add munge for EXPERIMENTAL_DSN_INFO
[exim.git] / test / confs / 0488
CommitLineData
afda344b
PH
1# Exim test configuration 0488
2
3SERVER=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
afda344b
PH
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/SERVER%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = a1
16queue_only
17
18
19# ----- ACL -----
20
21begin acl
22
23a1:
24 warn message = X-1: first\nX-2: second\nX-3: third
25 warn message = X-1: first
26 warn message = X-4: continued\n with some more text
27 accept
28
29# End