1 # Exim test configuration 2111
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/SERVER%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 acl_smtp_rcpt = accept
16 log_selector = +tls_peerdn
20 tls_advertise_hosts = *
22 # Set certificate only if server
24 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
25 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
28 tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
37 condition = ${if eq {SERVER}{server}{no}{yes}}
39 transport = send_to_server
42 # ----- Transports -----
49 hosts = HOSTIPV4 : 127.0.0.1
50 hosts_require_tls = HOSTIPV4
52 tls_certificate = DIR/aux-fixed/cert2
53 tls_privatekey = DIR/aux-fixed/cert2
54 tls_require_ciphers = IDEA-CBC-MD5 \
55 ${if eq{$host_address}{127.0.0.1}{:DES-CBC3-SHA:RSA_ARCFOUR_SHA}}