1 # Exim test configuration 2110
4 HOSTS = 127.0.0.1 : HOSTIPV4
6 .include DIR/aux-var/tls_conf_prefix
8 primary_hostname = myhost.test.ex
10 # ----- Main settings -----
12 log_selector = +outgoing_port
14 acl_smtp_rcpt = accept
19 # Set certificate only if server
21 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
22 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
24 tls_advertise_hosts = HOSTIPV4
33 condition = ${if eq {SERVER}{server}{no}{yes}}
35 transport = send_to_server
38 # ----- Transports -----