> I want to drop connections to .168 that are unauthenticated, > presumably in the check_recipient ACL. If they're authenticated, > I want to just pass control on to the rest of the rules in the ACL.
Start your acl with: accept authenticated = * then do whatever you want later on, eg. accept abuse/postmaster/ whitelist/ip or just reject everything else. G. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
