1 # Exim test configuration 3825
5 .include DIR/aux-var/std_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 acl_smtp_rcpt = accept
19 condition = ${if !eq {SERVER}{server}}
29 hosts_require_auth = *
31 # ----- Authentication -----
40 server_condition = ${if and {{eq{$auth2}{ph10}}{eq{$auth3}{mysecret}}}}
41 server_set_id = $auth2
46 client_condition = ${if eq {plain}{$local_part}}
47 client_username = ph10
48 client_password = mysecret
54 server_condition = ${if and {{eq{$auth1}{ph10}}{eq{$auth3}{mysecret}}}}
55 server_set_id = $auth1
60 client_condition = ${if eq {plain}{$local_part}}
61 client_send = ^ph10^mysecret