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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Graeme Fowler
Päiväys:  
Vastaanottaja: Colin
Kopio: exim-users
Aihe: Re: [exim] Recipient verify only for non-authenticated users
On Thu, 2011-10-27 at 10:29 +0100, Colin wrote:
> Regardless of what the warn should or should not do, it is in fact the
> cause. When that is above the auth line things fail. When it is below,
> it succeeds. When I change it to verify = recipient/defer_ok/callout =
> ... then it also succeeds. There are no flags being set by that part of
> the ACL, it is as I copied it.


It's the use of the "require" verb. From the docs:

> If all the conditions are met, control is passed to the next ACL
> statement. If any of the conditions are not met, the ACL returns
> “deny”


You'll find that in Ch40:

http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html

Graeme