1 # Exim test configuration 2013
5 .include DIR/aux-var/tls_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 acl_smtp_rcpt = accept
13 log_selector = +tls_peerdn+smtp_connection+incoming_port
18 smtp_accept_max_nonmail = 0
20 tls_advertise_hosts = *
22 # Set certificate only if server
24 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
25 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
34 condition = ${if eq {SERVER}{server}{no}{yes}}
36 transport = send_to_server
41 transport = local_delivery
44 # ----- Transports -----
50 file = DIR/test-mail/$local_part
51 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn