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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jakob Hirsch
Dátum:  
Címzett: exim users
Tárgy: 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.