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

.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

acl_smtp_helo = accept logwrite = HELO <$sender_helo_name> SNI <$tls_in_sni>

# End