1 # Exim test configuration 3418
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = test.ex : *.test.ex
11 auth_advertise_hosts = 10.0.0.5
12 trusted_users = CALLER
14 event_action = ${acl {auth_event}}
20 .include DIR/aux-fixed/event-logger-acl
24 accept condition = ${if eq {$event_name}{auth:fail}}
25 message = custom-message: $sender_host_authenticated authenticator failed \
26 H=$sender_fullhost [$sender_host_address] $event_data $authenticated_fail_id
30 # ----- Authentication -----
37 server_debug_print = +++MYLOGIN \$1="$1" \$2=\"$2" \$3="$3"
39 ${if match{$1}{^(\\\\S+)\\\\s+(\\\\S+)\\$}\
40 {${if and {{eq{$1}{userx}}{eq{$2}{secret}}}{yes}{no}}}{no}}"
41 server_set_id = $auth1