1 # Exim test configuration 2005
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 domainlist local_domains = test.ex
18 hostlist tls_relay_hosts = 127.0.0.1
23 tls_advertise_hosts = *
25 tls_certificate = DIR/aux-fixed/cert1
26 tls_privatekey = DIR/aux-fixed/cert1
33 accept domains = +local_domains
34 accept hosts = +tls_relay_hosts
36 message = encryption required
38 deny message = relay not permitted
47 domains = ! +local_domains
48 data = :fail: unrouteable mail domain "$domain"
53 transport = local_delivery
56 # ----- Transports -----
62 file = DIR/test-mail/$local_part
63 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn