1 # Exim test configuration 3600
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 acl_smtp_rcpt = check_recipient
18 trusted_users = CALLER
26 deny message = authentication required
31 # ----- Authentication -----
35 # Forced expansion failure
39 client_password = ${if eq{1}{0}{xxx}fail}
40 client_username = username
41 server_password = ok@test.ex
42 server_set_id = $auth1
47 client_password = $sender_address
48 client_username = username
49 server_debug_print = +++SPA \$auth1="$auth1"
50 server_password = ok@test.ex
51 server_set_id = $auth1
63 # ----- Transports -----
72 hosts_require_auth = *