Re: [exim] ACL and extract option

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Phil Pennock
Fecha:  
A: tower
Cc: Exim-Users
Asunto: Re: [exim] ACL and extract option
On 2009-11-24 at 12:53 +0100, tower wrote:
[ snip ACL setup ]
>
> I tried to use `exim -be` but I'am a little bit confused how to check
> this variables.


-be does expansion testing, it doesn't trigger ACL checks.

Use:
exim -bh $source_ip -bs
and type in SMTP.

If you need more detail, then:
exim -bh $source_ip -d+acl+expand -bs

Regards,
-Phil