Re: [Exim] Exim Authentication variables...

Top Page
Delete this message
Reply to this message
Author: Justo Alonso
Date:  
To: William Thompson, Jose de Paula Eufrasio Junior
CC: Lista Exim
Subject: Re: [Exim] Exim Authentication variables...
On Friday 25 April 2003 17:27, William Thompson wrote:
> > I tried to find a list of variables that Exim sets in its various
> > functions but I can't find any..
> >
> > I'm wanting to test if a user is authenticated, if it's true exim will
> > skip the RBL checks...
> >
> > I think that there is an $authenticated_user variable, but I can't find
> > nothing about what's the content..
>
> $authenticated_id ???


this must work fine....

check_auth_router:
driver = accept
condition = ${if or { {eq {$received_protocol} {local}} {eq
{$received_protocol} {asmtp}} } {1}{0}}


justo