Hintsdb transactions
[exim.git] / test / confs / 5891
index e0f824357a96bcca1504cece804459773e2eec59..ff50b2b2ec667ae3a62d03b8b75dcf09e1ff1420 100644 (file)
@@ -1,7 +1,7 @@
 # Exim test configuration 5891
 
 SERVER =
-OPTION =
+OPTION = NORMAL
 
 .include DIR/aux-var/tls_conf_prefix
 
@@ -15,7 +15,6 @@ acl_smtp_helo = check_helo
 acl_smtp_rcpt = check_recipient
 log_selector = +received_recipients +tls_resumption +tls_peerdn
 
-openssl_options = +no_sslv2 +no_sslv3 +single_dh_use OPTION
 tls_advertise_hosts = *
 
 # Set certificate only if server
@@ -26,6 +25,7 @@ tls_certificate = CDIR/server1.example.com/server1.example.com.chain.pem
 tls_privatekey =  CDIR/server1.example.com/server1.example.com.unlocked.key
 tls_ocsp_file =   CDIR/server1.example.com/server1.example.com.ocsp.good.resp
 
+tls_require_ciphers = OPTION
 tls_resumption_hosts = 127.0.0.1
 
 
@@ -93,7 +93,9 @@ send_to_server1:
   tls_verify_certificates =    CDIR/CA/CA.pem
   tls_verify_cert_hostnames =  ${if match {$local_part}{^noverify} {*}{:}}
   tls_try_verify_hosts =       *
+.ifdef _HAVE_EVENT
   event_action =               ${acl {log_resumption}}
+.endif
 
 send_to_server2:
   driver = smtp
@@ -103,7 +105,9 @@ send_to_server2:
   hosts_try_fastopen = :
   tls_verify_certificates =    CDIR/CA/CA.pem
   tls_verify_cert_hostnames =  :
+.ifdef _HAVE_EVENT
   event_action =               ${acl {log_resumption}}
+.endif
 
 
 # ----- Retry -----