Fix crash in transport, on second smtp-connect fail for a list of target hosts
[exim.git] / test / confs / 2022
1 # Exim test configuration 2022
2
3 .include DIR/aux-var/tls_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 tls_advertise_hosts = *
10
11 tls_certificate = DIR/aux-fixed/cert1
12 tls_privatekey = DIR/aux-fixed/cert1
13
14 # End