Testsuite: avoid ipv6 when testing retry data
[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
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/SERVER%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16acl_smtp_rcpt = a1
17queue_only
18
19
20# ----- ACL -----
21
22begin acl
23
24a1:
25 warn message = X-1: first\nX-2: second\nX-3: third
26 warn message = X-1: first
27 warn message = X-4: continued\n with some more text
28 accept
29
30# End