On 2018-07-20, Ian Zimmerman via Exim-users <[email protected]> wrote:
> In the ${acl {FOO}} construction, does (the expansion of) FOO have to be
> strictly an ACL name, or is an algorithm like the one in acl_smtp_rcpt =
> FOO followed?  In particular can FOO expand to "/etc/exim/foo.acl" ?
>
> If it's not possible now, would a feature request (or a patch) be
> accepted?

the command

   exim -be 

lets you experiment with that stuff.

if you install "rlfe" then

  rlfe exim -be  

gives a much improved user interface. (with history and editing)

a brief test shows that this works:

# echo "accept message=hello" > /tmp/foo
# exim -be 
> ${acl {/tmp/foo}}
 hello
>

demo as root but also works as user of you use the path to exim.

-- 
     ت

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to