Testsuite: fix 0903
[exim.git] / test / confs / 2015
CommitLineData
afda344b
PH
1# Exim test configuration 2015
2
4fab92fb
HSHR
3.include DIR/aux-var/tls_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9log_selector = +smtp_connection
10
11smtp_receive_timeout = 1s
12
13tls_advertise_hosts = *
14tls_certificate = DIR/aux-fixed/cert1
15tls_privatekey = DIR/aux-fixed/cert1
16
17# End