1 # Exim test configuration 3600
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 acl_smtp_rcpt = check_recipient
13 trusted_users = CALLER
21 deny message = authentication required
26 # ----- Authentication -----
30 # Forced expansion failure
34 client_password = ${if eq{1}{0}{xxx}fail}
35 client_username = username
36 server_password = ok@test.ex
37 server_set_id = $auth1
42 client_password = $sender_address
43 client_username = username
44 server_debug_print = +++SPA \$auth1="$auth1"
45 server_password = ok@test.ex
46 server_set_id = $auth1
58 # ----- Transports -----
67 hosts_require_auth = *