summaryrefslogtreecommitdiff
path: root/test/confs/2199
blob: db3fbb0f00dd530730cd5fdc4bafb689e30ca612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Exim test configuration 2119

.include DIR/aux-var/tls_conf_prefix

primary_hostname = myhost.test.ex

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

log_selector = +tls_peerdn

tls_advertise_hosts = *

tls_certificate = DIR/aux-fixed/cert1
tls_privatekey = DIR/aux-fixed/cert1

# End