Re: [exim] Recipient verify only for non-authenticated users

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: exim users
Sujet: Re: [exim] Recipient verify only for non-authenticated users
W B Hacker, 2011-10-27 13:41:

> Works that way here...
>
> 'Course I DO run acl's on ALL phases of the smtp session, so...
>
> ... an 'accept' ain't final 'til the Fat Lady sings (end of DATA phase..)


You are mixing two different things. An "accept" finishes the _current_
ACL, whether you use endpass or not. Other ACLs run after that can still
"deny", of course. Again, endpass has nothing to do with this.