1 # Exim test configuration 2005
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
15 domainlist local_domains = test.ex
16 hostlist tls_relay_hosts = 127.0.0.1
21 tls_advertise_hosts = *
23 tls_certificate = DIR/aux-fixed/cert1
24 tls_privatekey = DIR/aux-fixed/cert1
31 accept domains = +local_domains
32 accept hosts = +tls_relay_hosts
34 message = encryption required
36 deny message = relay not permitted
45 domains = ! +local_domains
46 data = :fail: unrouteable mail domain "$domain"
51 transport = local_delivery
54 # ----- Transports -----
60 file = DIR/test-mail/$local_part
61 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn