1 # Exim test configuration 2105
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 domainlist local_domains = test.ex
17 hostlist tls_relay_hosts = 127.0.0.1
22 tls_advertise_hosts = *
24 tls_certificate = DIR/aux-fixed/cert1
25 tls_privatekey = DIR/aux-fixed/cert1
32 accept domains = +local_domains
33 accept hosts = +tls_relay_hosts
35 message = encryption required
37 deny message = relay not permitted
46 domains = ! +local_domains
47 data = :fail: unrouteable mail domain "$domain"
52 transport = local_delivery
55 # ----- Transports -----
61 file = DIR/test-mail/$local_part
62 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn