1 # Exim test configuration 2104
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 acl_smtp_rcpt = check_recipient
14 hostlist tls_hosts = 127.0.0.1
19 tls_certificate = DIR/aux-fixed/cert1
20 tls_privatekey = DIR/aux-fixed/cert1
22 tls_advertise_hosts = 127.0.0.1 : HOSTIPV4
29 deny hosts = +tls_hosts
30 message = encryption required
42 transport = local_delivery
45 # ----- Transports -----
51 file = DIR/test-mail/$local_part
52 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn