Re: [Exim] Void variables in acl_data

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Fernando Gutierrez
Fecha:  
A: Peter Bowyer
Cc: exim-users
Asunto: Re: [Exim] Void variables in acl_data
some like this:

acl_check_rcpt:

accept    condition = ${lookup ldap
{ldap:///ou=$domain,o=xxxxx?mail?sub?............} {yes} {no}}
              set acl_c0 = ${lookup ldap
{ldap:///ou=$domain,o=xxxxx?maildir?sub?................}}



acl_check_data:

deny       condition     = ${run{/tmp/quota.pl -d $acl_c0 -s
$message_size } {1}{0}}
              message    = Quota Exceeded



On Fri, 16 Jul 2004 08:29:30 -0000 (GMT), Peter Bowyer <peter@???> wrote:
> Fernando Gutierrez said:
> > Hi list
> > We use "exiscan" and experiencing problems when using variables in
> > acl_data section,
> >
> > We use Exim with exiscan patch, and we have a problem when defining
> > variables. We define acl_c0 variables in acl_rcpt section.
> > But these variables doesn't appeared to be defined in acl_data section.
> > Also we define these ones in acl_data section and come out without
> > value in the next condition in the acl_data itself.
> >
> > Any idea what could be happening?
>
> Why not post your acls here - someone will see what's wrong.
>
> Peter
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>



--
-- Fernando Gutierrez Perez --
gmeileando un poco :)