X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7a97480c2bb86d9385597680ec2d4461e1656193..c68dd63514daee71b12bb62c04400dc2f8116d96:/test/confs/3418 diff --git a/test/confs/3418 b/test/confs/3418 index 42413b4e4..887f2184d 100644 --- a/test/confs/3418 +++ b/test/confs/3418 @@ -11,7 +11,7 @@ domainlist local_domains = test.ex : *.test.ex auth_advertise_hosts = 10.0.0.5 trusted_users = CALLER -event_action = ${acl {logger}} +event_action = ${acl {auth_event}} # ----- ACL ----- @@ -19,6 +19,12 @@ begin acl .include DIR/aux-fixed/event-logger-acl +auth_event: + warn acl = logger + accept condition = ${if eq {$event_name}{auth:fail}} + message = custom-message: $sender_host_authenticated authenticator failed \ + H=$sender_fullhost [$sender_host_address] $event_data $authenticated_fail_id + # ----- Authentication -----