1 # Exim test configuration 2104
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
15 hostlist tls_hosts = 127.0.0.1
20 tls_certificate = DIR/aux-fixed/cert1
21 tls_privatekey = DIR/aux-fixed/cert1
23 tls_advertise_hosts = 127.0.0.1 : HOSTIPV4
30 deny hosts = +tls_hosts
31 message = encryption required
43 transport = local_delivery
46 # ----- Transports -----
52 file = DIR/test-mail/$local_part
53 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn