1 # Exim test configuration 2010
5 HOSTS = 127.0.0.1 : HOSTIPV4
7 .include DIR/aux-var/tls_conf_prefix
9 primary_hostname = myhost.test.ex
11 # ----- Main settings -----
13 log_selector = +outgoing_port
15 acl_smtp_rcpt = accept
20 # Set certificate only if server
22 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
23 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
25 tls_advertise_hosts = HOSTIPV4
34 condition = ${if eq {SERVER}{server}{no}{yes}}
36 transport = send_to_server
39 # ----- Transports -----