Fix CVE-2016-1531
[exim.git] / test / confs / 0458
CommitLineData
afda344b
PH
1# Exim test configuration 0458
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13
14# ----- Main settings -----
15
16qualify_domain = test.ex
17
18acl_smtp_mail = mail
19log_selector = +smtp_protocol_error+incoming_interface+incoming_port
20
21
22# ----- ACLs -----
23
24begin acl
25
26mail:
27 deny condition = ${if eq{$sender_address_local_part}{deny}{yes}{no}}
28 accept
29
30# End