On 19/08/2024 13:38, klabautermann--- via Exim-users wrote:
My solution looked like:
     ...
     AUTH_DOMAIN_DIR  = ${lookup {domain:$authenticated_id} dsearch,ret=full 
{VIRT_ROOT}}
     AUTH_ACCOUNT_DIR = ${lookup {$authenticated_id} dsearch,ret=full 
{AUTH_DOMAIN_DIR/conf/SendPermissions}}
     condition = ${lookup {$sender_address} nwildlsearch 
{AUTH_ACCOUNT_DIR}{yes}{no}}

https://exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_runtime_configuration_file.html

Section 4:
"If a line in the main part of the configuration (that is, before the first “begin” 
line) begins with an upper case letter, it is taken as a macro definition"

I'm betting you were trying to define macros within the ACL section of your 
config.
--
Cheers,
  Jeremy


--
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to