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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: 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.