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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: exim users
Αντικείμενο: 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.