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/


--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to