1 # Exim test configuration 2103
3 .include DIR/aux-var/tls_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 acl_smtp_rcpt = check_recipient
14 tls_certificate = DIR/aux-fixed/cert1
15 tls_privatekey = DIR/aux-fixed/cert1
17 tls_advertise_hosts = *
25 deny message = unacceptable cipher $tls_cipher
26 !encrypted = ${if eq {$sender_host_address}{HOSTIPV4}{IDEA-CBC-MD5}{*}}
37 transport = local_delivery
40 # ----- Transports -----
46 file = DIR/test-mail/$local_part
47 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn