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