Re: [exim] ACL and extract option

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: tower
CC: Exim-Users
Subject: 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