On 2026/01/23 6:25 PM, Randy Bush via Exim-users wrote:
    acl_check_rcpt:
      accept  hosts         = +relay_from_hosts
      accept  hosts         = +acception
      require verify        = recipient


apoloies, i was being insufficiently clear.  exim knows the user does
not exist
Then, one of

- (most likely)   The recipient was accepted due to one of the two preceding 
"accept" verbs.
                  Verbs in an ACL are executed in top-to-bottom order, and an 
"accept" which
                  succeeds (ie. all conditions true) exits the ACL, telling the 
ACL the accept result.

  If this one is the case, you need to decide what classes of hosts you wish to 
apply
  the recipient-verify to.

- The "acl_check_rcpt" is not actually your recipient ACL

- You forgot to reload the config into the daemon, after editing it

--
Cheers,
  Jeremy

--
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at https://www.exim.org/
## Please use the Wiki with this list - https://code.exim.org/exim/wiki/wiki

Reply via email to