1 # Exim test configuration 2002
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 acl_smtp_rcpt = check_recipient
16 log_selector = +tls_peerdn
21 tls_advertise_hosts = 127.0.0.1 : HOSTIPV4
23 tls_certificate = DIR/aux-fixed/cert1
24 tls_privatekey = DIR/aux-fixed/cert1
26 tls_verify_hosts = HOSTIPV4
27 tls_verify_certificates = DIR/aux-fixed/cert2
37 !encrypted = AES256-SHA : \
41 DHE_RSA_AES_256_CBC_SHA1 : \
42 DHE_RSA_3DES_EDE_CBC_SHA : \
54 transport = local_delivery
55 headers_add = tls-certificate-verified: $tls_certificate_verified
58 # ----- Transports -----
64 file = DIR/test-mail/$local_part
65 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn