1 # Exim test configuration 3600
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/SERVER%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 acl_smtp_rcpt = check_recipient
17 trusted_users = CALLER
25 deny message = authentication required
30 # ----- Authentication -----
34 # Forced expansion failure
38 client_password = ${if eq{1}{0}{xxx}fail}
39 client_username = username
40 server_password = ok@test.ex
41 server_set_id = $auth1
46 client_password = $sender_address
47 client_username = username
48 server_debug_print = +++SPA \$auth1="$auth1"
49 server_password = ok@test.ex
50 server_set_id = $auth1
62 # ----- Transports -----
71 hosts_require_auth = *