1 # Exim test configuration 2003
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
19 tls_certificate = DIR/aux-fixed/cert1
20 tls_privatekey = DIR/aux-fixed/cert1
22 tls_advertise_hosts = *
30 deny message = unacceptable cipher $tls_cipher
31 !encrypted = ${if eq {$sender_host_address}{HOSTIPV4}{IDEA-CBC-MD5}{*}}
42 transport = local_delivery
45 # ----- Transports -----
51 file = DIR/test-mail/$local_part
52 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn