1 # Exim test configuration 2004
3 .include DIR/aux-var/tls_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 acl_smtp_rcpt = check_recipient
10 hostlist tls_hosts = 127.0.0.1
15 tls_certificate = DIR/aux-fixed/cert1
16 tls_privatekey = DIR/aux-fixed/cert1
18 tls_advertise_hosts = 127.0.0.1 : HOSTIPV4
25 deny hosts = +tls_hosts
26 message = encryption required
38 transport = local_delivery
41 # ----- Transports -----
47 file = DIR/test-mail/$local_part
48 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn