1 # Exim test configuration 2119
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 acl_smtp_rcpt = check_recipient
17 log_selector = +tls_peerdn
22 tls_advertise_hosts = *
24 tls_certificate = DIR/aux-fixed/cert1
25 tls_privatekey = DIR/aux-fixed/cert1
27 tls_verify_hosts = HOSTIPV4
28 tls_verify_certificates = DIR/aux-fixed/cert2
38 !encrypted = AES256-SHA:\
44 DHE-RSA-AES256-GCM-SHA384:\
45 DHE_RSA_AES_256_CBC_SHA1:\
46 DHE_RSA_3DES_EDE_CBC_SHA
57 transport = local_delivery
60 # ----- Transports -----
66 file = DIR/test-mail/$local_part
67 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn