RE: [exim] Problem with ACL variable

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Dickenson, Steven
Fecha:  
A: Phil Endecott, exim-users
Cc: 
Asunto: RE: [exim] Problem with ACL variable
Phil Endecott wrote:
>    accept condition = ${if eq{$acl_m0}{1}{0}{1}}


Try this instead:

accept condition = ${if def:acl_m0 {0}{1}}

- S