1 # Exim test configuration 3419
3 .include DIR/aux-var/std_conf_prefix
5 log_selector = +smtp_mailauth
6 primary_hostname = myhost.test.ex
8 # ----- Main settings -----
10 acl_smtp_rcpt = accept
17 .include DIR/aux-fixed/event-logger-acl
21 accept condition = ${if eq {$event_name}{auth:fail}}
22 message = custom-message: $sender_host_authenticated authenticator failed H=$host [$host_address] $event_data
24 # ----- Authentication -----
31 client_send = : userx : secret
40 route_list = domain.com 127.0.0.1 byname
42 transport = smtp_force
45 # ----- Transports -----
52 hosts_try_fastopen = :
53 hosts_require_auth = *
54 event_action = ${acl {auth_event}}