1 # Exim test configuration 2125
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
17 log_selector = +tls_peerdn+tls_certificate_verified
22 tls_advertise_hosts = *
24 tls_require_ciphers = ${if eq{$sender_host_address}{HOSTIPV4}\
27 # Set certificate only if server
29 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
30 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
39 condition = ${if eq {SERVER}{server}{no}{yes}}
41 transport = send_to_server
44 # ----- Transports -----
51 hosts = HOSTIPV4 : 127.0.0.1
52 hosts_require_tls = HOSTIPV4
53 tls_require_ciphers = DES-CBC3-SHA
55 tls_try_verify_hosts = :