1 # Exim test configuration 2105
3 .include DIR/aux-var/tls_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 acl_smtp_rcpt = check_recipient
11 domainlist local_domains = test.ex
12 hostlist tls_relay_hosts = 127.0.0.1
17 tls_advertise_hosts = *
19 tls_certificate = DIR/aux-fixed/cert1
20 tls_privatekey = DIR/aux-fixed/cert1
27 accept domains = +local_domains
28 accept hosts = +tls_relay_hosts
30 message = encryption required
32 deny message = relay not permitted
41 domains = ! +local_domains
42 data = :fail: unrouteable mail domain "$domain"
47 transport = local_delivery
50 # ----- Transports -----
56 file = DIR/test-mail/$local_part
57 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn