Author: Gabor FUNK Date: To: exim-users Subject: Re: [exim] Condition to drop unauthenticated users on a specific IP?
> 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.