https://bugs.exim.org/show_bug.cgi?id=1764

jasen Betts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected].
                   |                            |org

--- Comment #2 from jasen Betts <[email protected]> ---
I'm fairly sure the documentation says that the redis_servers setting is not
expanded, so that's not supposed to work. 


But you can get almost the same effect: just specify 

   servers=$acl_c_redis_server;

at the start of each redlis lookup

eg:

 set acl_c_foo = ${lookup redis{servers=$acl_c_redis_server; get foo}}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to