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