Fix CVE-2016-1531
[exim.git] / test / confs / 2023
CommitLineData
afda344b
PH
1# Exim test configuration 2023
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
11
12# ----- Main settings -----
13
14acl_smtp_starttls = starttls
15
16qualify_domain = test.ex
17tls_advertise_hosts = *
23f3dc67 18tls_certificate = DIR/aux-fixed/cert1
afda344b
PH
19trusted_users = CALLER
20
21
22# ----- ACLs -----
23
24begin acl
25
26starttls:
27 accept hosts = 10.9.8.8
28
29# End