Re: [exim] Help using cutthrough_delivery

Top Page
Delete this message
Reply to this message
Author: Rob Szarka
Date:  
To: exim-users
Subject: Re: [exim] Help using cutthrough_delivery
On 6/30/2016 6:39 AM, Jgh wrote:
> But did that ACL verb complete? Or fail on the verify and go on to
> the next verb?


Maybe I'm misunderstanding the acl syntax? In the following, if the
verify fails, shouldn't that trigger a deny?

   accept  domains = +relay_domains
           endpass
           logwrite = DEBUG made it to this acl
           verify = recipient/callout=use_sender


Even if it didn't, the spammer's host does not match either of the
remaining two accepts and should hit the final deny:

   accept  hosts = +relay_hosts
   accept  hosts = +auth_relay_hosts
           endpass
           message = authentication required
           authenticated = *
   deny    message = relay not permitted



--
Rob Szarka
http://szarka.org/