Fix CVE-2016-1531
[exim.git] / test / confs / 0562
CommitLineData
8f128379
PH
1# Exim test configuration 0562
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
8f128379
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
8f128379
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
8f128379
PH
12
13# ----- Main settings -----
14
15acl_smtp_rcpt = accept
16acl_smtp_data = drop
17acl_smtp_notquit = notquit
18
19smtp_accept_max_nonmail = 4
20smtp_receive_timeout = 1s
21
22# ----- ACLs -----
23
24begin acl
25
26notquit:
27 accept logwrite = NOTQUIT reason: '$smtp_notquit_reason'
28
29# End