summaryrefslogtreecommitdiff
path: root/test/confs/2124
blob: 70d7435a5c57cc2eba078d076f30f490e745cddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Exim test configuration 2124

CERT=DIR/aux-fixed/cert1
TVC=/dev/null

.include DIR/aux-var/tls_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----

acl_smtp_rcpt = check_recipient

log_selector = +tls_peerdn

tls_advertise_hosts = *

tls_certificate = CERT
tls_privatekey = CERT

tls_verify_hosts = HOSTIPV4
tls_verify_certificates = TVC

# End