1 # Exim test configuration 3600
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 acl_smtp_rcpt = check_recipient
19 trusted_users = CALLER
27 deny message = authentication required
32 # ----- Authentication -----
36 # Forced expansion failure
40 client_password = ${if eq{1}{0}{xxx}fail}
41 client_username = username
42 server_password = ok@test.ex
43 server_set_id = $auth1
48 client_password = $sender_address
49 client_username = username
50 server_debug_print = +++SPA \$auth1="$auth1"
51 server_password = ok@test.ex
52 server_set_id = $auth1
64 # ----- Transports -----
73 hosts_require_auth = *