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

.include DIR/aux-var/tls_conf_prefix

primary_hostname = myhost.test.ex

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

log_selector = +smtp_connection

smtp_receive_timeout = 1s

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

# End