1 # Exim test configuration 9351
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 acl_smtp_rcpt = check_recipient
13 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
14 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
16 tls_verify_hosts = HOSTIPV4
17 tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
26 deny message = authentication required
47 hosts_require_auth = *
49 # ----- Authentication -----
56 server_socket = 127.0.0.1 PORT_S
60 server_set_id = $auth1
65 client_send = ^username^mysecret