1 # Exim test configuration 1190
7 .include DIR/aux-var/tls_conf_prefix
9 primary_hostname = myhost.test.ex
11 # ----- Main settings -----
13 domainlist local_domains = test.ex : *.test.ex
15 acl_smtp_rcpt = accept
17 tls_advertise_hosts = *
18 tls_certificate = DIR/aux-fixed/cert1
24 hosts_require_alpn = *
28 tls_require_ciphers = ALL:@SECLEVEL=0
29 openssl_options = -no_sslv3 -no_tlsv1_1 -no_tlsv1
42 condition = ${if eq {SERVER}{server} {no}{yes}}
43 transport = send_to_server
50 # ----- Transports -----
59 tls_verify_certificates = DIR/aux-fixed/cert1
60 tls_verify_cert_hostnames = :
63 hosts_try_fastopen = :
66 hosts_require_alpn = *